Commit e7cda7fe authored by Thorsten Blum's avatar Thorsten Blum Committed by Arnd Bergmann
Browse files

bug: Improve comment



Add parentheses to WARN_ON_ONCE() for consistency.

Signed-off-by: default avatarThorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e3dff9c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *