summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@toblux.com>2024-04-12 16:54:07 +0300
committerArnd Bergmann <arnd@arndb.de>2024-05-07 15:20:48 +0300
commite7cda7fe37ff1ece39bd2bf35ea68b1175395d95 (patch)
tree9250d3a9736c9127a047502f95586b6e6fb30cab /include/asm-generic
parente3dff9c80567e028e52706619dd8f7e72ad72297 (diff)
downloadlinux-e7cda7fe37ff1ece39bd2bf35ea68b1175395d95.tar.xz
bug: Improve comment
Add parentheses to WARN_ON_ONCE() for consistency. Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/bug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h
index b7de3a4eade1..387720933973 100644
--- a/include/asm-generic/bug.h
+++ b/include/asm-generic/bug.h
@@ -72,7 +72,7 @@ struct bug_entry {
#endif
/*
- * WARN(), WARN_ON(), WARN_ON_ONCE, and so on can be used to report
+ * WARN(), WARN_ON(), WARN_ON_ONCE(), and so on can be used to report
* significant kernel issues that need prompt attention if they should ever
* appear at runtime.
*