mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + once-fix-trivia-typo-not-note.patch added to -mm tree
@ 2021-07-22 21:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-22 21:30 UTC (permalink / raw)
  To: mm-commits, andriy.shevchenko


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@linux.intel.com>
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@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linux.intel.com are

once-fix-trivia-typo-not-note.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-22 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22 21:30 + once-fix-trivia-typo-not-note.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).