projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3dff9c
)
bug: Improve comment
author
Thorsten Blum
<thorsten.blum@toblux.com>
Fri, 12 Apr 2024 13:54:07 +0000
(15:54 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Tue, 7 May 2024 12:20:48 +0000
(14:20 +0200)
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>
include/asm-generic/bug.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/bug.h
b/include/asm-generic/bug.h
index b7de3a4eade1c265acc4f92b53d5617d1ae3cb87..387720933973b6313547dc9a4431473fb6e7c85d 100644
(file)
--- 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.
*