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:   Thu,  1 Jul 2021 18:02:15 +0100
From:   Cassio Neri <cassio.neri@...il.com>
To:     john.stultz@...aro.org, tglx@...utronix.de
Cc:     sboyd@...nel.org, linux-kernel@...r.kernel.org,
        Cassio Neri <cassio.neri@...il.com>
Subject: [PATCH] time: Fix help message on TIME_KUNIT_TEST.

Change 'RTC library' to 'kernel/time'.

Signed-off-by: Cassio Neri <cassio.neri@...il.com>
---
 kernel/time/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig
index 3610b1bef142..aa07f59809a1 100644
--- a/kernel/time/Kconfig
+++ b/kernel/time/Kconfig
@@ -69,7 +69,7 @@ config TIME_KUNIT_TEST
 	depends on KUNIT
 	default KUNIT_ALL_TESTS
 	help
-	  Enable this option to test RTC library functions.
+	  Enable this option to test kernel/time functions.
 
 	  If unsure, say N.
 

base-commit: 2d0a9eb23ccfdf11308bec6db0bc007585d919d2
-- 
2.32.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ