mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
lib: dhry: add missing closing parenthesis
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>
This commit is contained in:
parent
b8d1b82837
commit
f785785c0a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue