projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c226bc3
)
include/linux/once.h: fix trivia typo Not -> Note
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Wed, 8 Sep 2021 02:57:41 +0000
(19:57 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 8 Sep 2021 18:50:25 +0000
(11:50 -0700)
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>
include/linux/once.h
patch
|
blob
|
history
diff --git
a/include/linux/once.h
b/include/linux/once.h
index ae6f4eb41cbe7f61cb02f19620a2dbb2a1406089..d361fb14ac3a2c5b77c289107f093862194ebd1c 100644
(file)
--- a/
include/linux/once.h
+++ b/
include/linux/once.h
@@
-16,7
+16,7
@@
void __do_once_done(bool *done, struct static_key_true *once_key,
* out the condition into a nop. DO_ONCE() guarantees type safety of
* arguments!
*
- * Not that the following is not equivalent ...
+ * Not
e
that the following is not equivalent ...
*
* DO_ONCE(func, arg);
* DO_ONCE(func, arg);