[patch 098/118] include/linux/bitops.h: spelling s/synomyn/synonym/
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2021-02-26 01:21:40
Also in:
mm-commits
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2021-02-26 01:21:40
Also in:
mm-commits
From: Geert Uytterhoeven <geert+renesas@glider.be> Subject: include/linux/bitops.h: spelling s/synomyn/synonym/ 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> --- include/linux/bitops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/bitops.h~bitops-spelling-s-synomyn-synonym
+++ a/include/linux/bitops.h@@ -214,7 +214,7 @@ static inline int get_count_order_long(u * __ffs64 - find first set bit in a 64 bit word * @word: The 64 bit word * - * On 64 bit arches this is a synomyn for __ffs + * On 64 bit arches this is a synonym for __ffs * The result is not defined if no bits are set, so check that @word * is non-zero before calling this. */
_