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

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
......@@ -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.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment