Skip to content

Commit e7cda7f

Browse files
tobluxarndb
authored andcommitted
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>
1 parent e3dff9c commit e7cda7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/asm-generic/bug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct bug_entry {
7272
#endif
7373

7474
/*
75-
* WARN(), WARN_ON(), WARN_ON_ONCE, and so on can be used to report
75+
* WARN(), WARN_ON(), WARN_ON_ONCE(), and so on can be used to report
7676
* significant kernel issues that need prompt attention if they should ever
7777
* appear at runtime.
7878
*

0 commit comments

Comments
 (0)