The patch titled Subject: include/linux/once.h: fix trivia typo Not -> Note has been added to the -mm tree. Its filename is once-fix-trivia-typo-not-note.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/once-fix-trivia-typo-not-note.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/once-fix-trivia-typo-not-note.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: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Subject: 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@xxxxxxxxxxxxxxx Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/once.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/once.h~once-fix-trivia-typo-not-note +++ a/include/linux/once.h @@ -16,7 +16,7 @@ void __do_once_done(bool *done, struct s * out the condition into a nop. DO_ONCE() guarantees type safety of * arguments! * - * Not that the following is not equivalent ... + * Note that the following is not equivalent ... * * DO_ONCE(func, arg); * DO_ONCE(func, arg); _ Patches currently in -mm which might be from andriy.shevchenko@xxxxxxxxxxxxxxx are once-fix-trivia-typo-not-note.patch