Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

include/linux/once.h: fix trivia typo Not -> Note

Fix trivia typo Not -> Note in the comment to DO_ONCE().

Link: https://lkml.kernel.org/r/20210722184349.76290-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andy Shevchenko and committed by
Linus Torvalds
a8a47cf5 c226bc3c

+1 -1
+1 -1
include/linux/once.h
··· 16 16 * out the condition into a nop. DO_ONCE() guarantees type safety of 17 17 * arguments! 18 18 * 19 - * Not that the following is not equivalent ... 19 + * Note that the following is not equivalent ... 20 20 * 21 21 * DO_ONCE(func, arg); 22 22 * DO_ONCE(func, arg);