mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
exfat-dkms: fix patch's whitespace
This commit is contained in:
parent
fda102e1c2
commit
c68e50ea14
1 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
||||||
diff --git exfat_super.c exfat_super.c
|
|
||||||
index 312de36..262b74d 100644
|
|
||||||
--- a/exfat_super.c
|
--- a/exfat_super.c
|
||||||
+++ b/exfat_super.c
|
+++ b/exfat_super.c
|
||||||
@@ -97,6 +97,11 @@ static int exfat_default_codepage = CONFIG_EXFAT_DEFAULT_CODEPAGE;
|
@@ -97,6 +97,11 @@ static int exfat_default_codepage = CONF
|
||||||
static char exfat_default_iocharset[] = CONFIG_EXFAT_DEFAULT_IOCHARSET;
|
static char exfat_default_iocharset[] = CONFIG_EXFAT_DEFAULT_IOCHARSET;
|
||||||
|
|
||||||
extern struct timezone sys_tz;
|
extern struct timezone sys_tz;
|
||||||
|
@ -13,21 +11,22 @@ index 312de36..262b74d 100644
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,8,0)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(4,8,0)
|
||||||
#define current_time(x) (CURRENT_TIME_SEC)
|
#define current_time(x) (CURRENT_TIME_SEC)
|
||||||
@@ -147,7 +152,7 @@ static time_t accum_days_in_year[] = {
|
@@ -147,7 +152,7 @@ static time_t accum_days_in_year[] = {
|
||||||
static void _exfat_truncate(struct inode *inode, loff_t old_size);
|
static void _exfat_truncate(struct inode *inode, loff_t old_size);
|
||||||
|
|
||||||
/* Convert a FAT time/date pair to a UNIX date (seconds since 1 1 70). */
|
/* Convert a FAT time/date pair to a UNIX date (seconds since 1 1 70). */
|
||||||
-void exfat_time_fat2unix(struct exfat_sb_info *sbi, struct timespec *ts,
|
-void exfat_time_fat2unix(struct exfat_sb_info *sbi, struct timespec *ts,
|
||||||
+void exfat_time_fat2unix(struct exfat_sb_info *sbi, struct timespec_compat *ts,
|
+void exfat_time_fat2unix(struct exfat_sb_info *sbi, struct timespec_compat *ts,
|
||||||
DATE_TIME_T *tp)
|
DATE_TIME_T *tp)
|
||||||
{
|
{
|
||||||
time_t year = tp->Year;
|
time_t year = tp->Year;
|
||||||
@@ -166,7 +171,7 @@ void exfat_time_fat2unix(struct exfat_sb_info *sbi, struct timespec *ts,
|
@@ -166,7 +171,7 @@ void exfat_time_fat2unix(struct exfat_sb
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Convert linear UNIX date to a FAT time/date pair. */
|
/* Convert linear UNIX date to a FAT time/date pair. */
|
||||||
-void exfat_time_unix2fat(struct exfat_sb_info *sbi, struct timespec *ts,
|
-void exfat_time_unix2fat(struct exfat_sb_info *sbi, struct timespec *ts,
|
||||||
+void exfat_time_unix2fat(struct exfat_sb_info *sbi, struct timespec_compat *ts,
|
+void exfat_time_unix2fat(struct exfat_sb_info *sbi, struct timespec_compat *ts,
|
||||||
DATE_TIME_T *tp)
|
DATE_TIME_T *tp)
|
||||||
{
|
{
|
||||||
|
time_t second = ts->tv_sec;
|
||||||
|
|
Loading…
Add table
Reference in a new issue