--- 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);