The patch titled Subject: include/linux/bitops.h: spelling s/synomyn/synonym/ has been added to the -mm tree. Its filename is bitops-spelling-s-synomyn-synonym.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/bitops-spelling-s-synomyn-synonym.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/bitops-spelling-s-synomyn-synonym.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> 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@xxxxxxxxx Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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. */ _ Patches currently in -mm which might be from geert+renesas@xxxxxxxxx are bitops-spelling-s-synomyn-synonym.patch