blob: d94b5018764b32f84cb8c4c800567fc13e7ff554 [file] [log] [blame]
From: Geert Uytterhoeven <geert+renesas@glider.be>
Subject: lib: dhry: add missing closing parenthesis
Date: Mon, 22 Jan 2024 15:50:45 +0100
The help text for the Dhrystone benchmark test lacks a matching closing
parenthesis.
Link: https://lkml.kernel.org/r/772b43271bcb3dd17a6aae671b2084f08c05b079.1705934853.git.geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/lib/Kconfig.debug~lib-dhry-add-missing-closing-parenthesis
+++ a/lib/Kconfig.debug
@@ -2142,7 +2142,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:
_