linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bug: Improve comment
@ 2024-04-12 13:54 Thorsten Blum
  2024-05-07 10:17 ` Thorsten Blum
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Blum @ 2024-04-12 13:54 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-arch, linux-kernel, Thorsten Blum

Add parentheses to WARN_ON_ONCE() for consistency.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 include/asm-generic/bug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h
index 6e794420bd39..6dc1c855a2d1 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.
  *
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] bug: Improve comment
  2024-04-12 13:54 [PATCH] bug: Improve comment Thorsten Blum
@ 2024-05-07 10:17 ` Thorsten Blum
  2024-05-07 12:22   ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Blum @ 2024-05-07 10:17 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-arch, linux-kernel

On 12. Apr 2024, at 15:54, Thorsten Blum <thorsten.blum@toblux.com> wrote:
> 
> Add parentheses to WARN_ON_ONCE() for consistency.

Hi Arnd,

could you add this trivial patch to your tree?

Thanks,
Thorsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bug: Improve comment
  2024-05-07 10:17 ` Thorsten Blum
@ 2024-05-07 12:22   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2024-05-07 12:22 UTC (permalink / raw)
  To: Thorsten Blum; +Cc: Linux-Arch, linux-kernel

On Tue, May 7, 2024, at 12:17, Thorsten Blum wrote:
> On 12. Apr 2024, at 15:54, Thorsten Blum <thorsten.blum@toblux.com> wrote:
>> 
>> Add parentheses to WARN_ON_ONCE() for consistency.
>
> Hi Arnd,
>
> could you add this trivial patch to your tree?

Merged now, I missed this earlier.

   Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-07 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 13:54 [PATCH] bug: Improve comment Thorsten Blum
2024-05-07 10:17 ` Thorsten Blum
2024-05-07 12:22   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).