2018-04-22 09:16:22

by Chen Lin

[permalink] [raw]
Subject: [PATCH] time: remove blank space

remove blank space

Signed-off-by: Chen Lin <[email protected]>
---
include/linux/time64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/time64.h b/include/linux/time64.h
index 93d3949..35ce4aa 100644
--- a/include/linux/time64.h
+++ b/include/linux/time64.h
@@ -10,7 +10,7 @@ typedef __u64 timeu64_t;

#if __BITS_PER_LONG == 64
/* this trick allows us to optimize out timespec64_to_timespec */
-# define timespec64 timespec
+#define timespec64 timespec
#define itimerspec64 itimerspec
#else
struct timespec64 {
--
2.7.4