[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1524388437-10992-1-git-send-email-chen45464546@163.com>
Date: Sun, 22 Apr 2018 17:13:57 +0800
From: Chen Lin <chen45464546@....com>
To: john.stultz@...aro.org
Cc: tglx@...utronix.de, sboyd@...nel.org, linux-kernel@...r.kernel.org,
Chen Lin <chen45464546@....com>
Subject: [PATCH] time: remove blank space
remove blank space
Signed-off-by: Chen Lin <chen45464546@....com>
---
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
Powered by blists - more mailing lists