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]
Message-ID: <34f1ce02.866.18ad54b684b.Coremail.chenguohua@jari.cn>
Date:   Wed, 27 Sep 2023 14:20:03 +0800 (GMT+08:00)
From:   chenguohua@...i.cn
To:     jstultz@...gle.com, tglx@...utronix.de, sboyd@...nel.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] timex: Clean up errors in timex.h

Fix the following errors reported by checkpatch:

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: GuoHua Cheng <chenguohua@...i.cn>
---
 include/linux/timex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/timex.h b/include/linux/timex.h
index 3871b06bd302..3f6592aa675b 100644
--- a/include/linux/timex.h
+++ b/include/linux/timex.h
@@ -160,7 +160,7 @@ extern unsigned long tick_nsec;		/* SHIFTED_HZ period (nsec) */
 #define NTP_INTERVAL_LENGTH (NSEC_PER_SEC/NTP_INTERVAL_FREQ)
 
 extern int do_adjtimex(struct __kernel_timex *);
-extern int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx);
+extern int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex *ktx);
 
 extern void hardpps(const struct timespec64 *, const struct timespec64 *);
 
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ