projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d1b82
)
lib: dhry: add missing closing parenthesis
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 22 Jan 2024 14:50:45 +0000
(15:50 +0100)
committer
Andrew Morton
<akpm@linux-foundation.org>
Thu, 22 Feb 2024 23:38:52 +0000
(15:38 -0800)
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
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 975a07f9f1cc08838d272f83d5f04a85ff2f5cd2..8f502f15dc7fb5ba4c4f1d37b536a6ca20e3272e 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
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: