[PATCH 3/3] lib: dhry: add missing closing parenthesis

From: Geert Uytterhoeven
Date: Mon Jan 22 2024 - 09:51:27 EST


The help text for the Dhrystone benchmark test lacks a matching closing
parenthesis.

Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
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