lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ