From: Thorsten Blum Date: Fri, 12 Apr 2024 13:54:07 +0000 (+0200) Subject: bug: Improve comment X-Git-Tag: v6.10-rc1~82^2~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/e7cda7fe37ff1ece39bd2bf35ea68b1175395d95 bug: Improve comment Add parentheses to WARN_ON_ONCE() for consistency. Signed-off-by: Thorsten Blum Signed-off-by: Arnd Bergmann --- diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h index b7de3a4eade1..387720933973 100644 --- a/include/asm-generic/bug.h +++ b/include/asm-generic/bug.h @@ -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. *