Re: [PATCH v1] once: Fix trivia typo Not -> Note

2020-09-04 Thread Andy Shevchenko
On Fri, Jul 31, 2020 at 02:29:51PM +0300, Andy Shevchenko wrote: > Fix trivia typo Not -> Note in the comment to DO_ONCE(). Any comments? > Signed-off-by: Andy Shevchenko > --- > include/linux/once.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/once.h

[PATCH v1] once: Fix trivia typo Not -> Note

2020-07-31 Thread Andy Shevchenko
Fix trivia typo Not -> Note in the comment to DO_ONCE(). Signed-off-by: Andy Shevchenko --- include/linux/once.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/once.h b/include/linux/once.h index 9225ee6d96c7..095c6debd63b 100644 --- a/include/linux/once.h +++