projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96251a7
)
include/linux/bitops.h: spelling s/synomyn/synonym/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Fri, 26 Feb 2021 01:21:37 +0000
(17:21 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 26 Feb 2021 17:41:04 +0000
(09:41 -0800)
Fix a misspelling of "synonym".
Link:
https://lkml.kernel.org/r/20210108105305.2028120-1-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/bitops.h
patch
|
blob
|
history
diff --git
a/include/linux/bitops.h
b/include/linux/bitops.h
index a61f192c096b3ac64432dcd374f135dc811843a6..a5a48303b0f111ee9026aa96e77d41c06024b9bb 100644
(file)
--- a/
include/linux/bitops.h
+++ b/
include/linux/bitops.h
@@
-214,7
+214,7
@@
static inline int get_count_order_long(unsigned long l)
* __ffs64 - find first set bit in a 64 bit word
* @word: The 64 bit word
*
- * On 64 bit arches this is a syno
myn
for __ffs
+ * On 64 bit arches this is a syno
nym
for __ffs
* The result is not defined if no bits are set, so check that @word
* is non-zero before calling this.
*/