[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <772b43271bcb3dd17a6aae671b2084f08c05b079.1705934853.git.geert+renesas@glider.be>
Date: Mon, 22 Jan 2024 15:50:45 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH 3/3] lib: dhry: add missing closing parenthesis
The help text for the Dhrystone benchmark test lacks a matching closing
parenthesis.
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
lib/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 79dc58b938f860d3..b93eccc2ebfb756a 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -2141,7 +2141,7 @@ config TEST_DHRY
To run the benchmark, it needs to be enabled explicitly, either from
the kernel command line (when built-in), or from userspace (when
- built-in or modular.
+ built-in or modular).
Run once during kernel boot:
--
2.34.1
Powered by blists - more mailing lists