mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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>
This commit is contained in:
parent
e3dff9c805
commit
e7cda7fe37
@ -72,7 +72,7 @@ struct bug_entry {
|
|||||||
#endif
|
#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
|
* significant kernel issues that need prompt attention if they should ever
|
||||||
* appear at runtime.
|
* appear at runtime.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user