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

Geert Uytterhoeven posted 3 patches 1 year, 11 months ago
[PATCH 3/3] lib: dhry: add missing closing parenthesis
Posted by Geert Uytterhoeven 1 year, 11 months ago
The help text for the Dhrystone benchmark test lacks a matching closing
parenthesis.

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