]> Git Repo - linux.git/commitdiff
bug: Improve comment
authorThorsten Blum <[email protected]>
Fri, 12 Apr 2024 13:54:07 +0000 (15:54 +0200)
committerArnd Bergmann <[email protected]>
Tue, 7 May 2024 12:20:48 +0000 (14:20 +0200)
Add parentheses to WARN_ON_ONCE() for consistency.

Signed-off-by: Thorsten Blum <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
include/asm-generic/bug.h

index b7de3a4eade1c265acc4f92b53d5617d1ae3cb87..387720933973b6313547dc9a4431473fb6e7c85d 100644 (file)
@@ -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.
  *
This page took 0.053155 seconds and 4 git commands to generate.