linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] once: Fix trivia typo Not -> Note
@ 2020-07-31 11:29 Andy Shevchenko
  2020-09-04  9:58 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2020-07-31 11:29 UTC (permalink / raw)
  To: Eric Biggers, linux-kernel, David S . Miller; +Cc: Andy Shevchenko

Fix trivia typo Not -> Note in the comment to DO_ONCE().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 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
+++ b/include/linux/once.h
@@ -16,7 +16,7 @@ void __do_once_done(bool *done, struct static_key_true *once_key,
  * 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);
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] once: Fix trivia typo Not -> Note
  2020-07-31 11:29 [PATCH v1] once: Fix trivia typo Not -> Note Andy Shevchenko
@ 2020-09-04  9:58 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2020-09-04  9:58 UTC (permalink / raw)
  To: Eric Biggers, linux-kernel, David S . Miller

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 <andriy.shevchenko@linux.intel.com>
> ---
>  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
> +++ b/include/linux/once.h
> @@ -16,7 +16,7 @@ void __do_once_done(bool *done, struct static_key_true *once_key,
>   * 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);
> -- 
> 2.27.0
> 

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-04  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 11:29 [PATCH v1] once: Fix trivia typo Not -> Note Andy Shevchenko
2020-09-04  9:58 ` Andy Shevchenko

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