All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kcov: fix spelling typos in comments
@ 2022-12-03 10:25 Rong Tao
  2022-12-05  8:07 ` Dmitry Vyukov
  0 siblings, 1 reply; 2+ messages in thread
From: Rong Tao @ 2022-12-03 10:25 UTC (permalink / raw)
  To: dvyukov; +Cc: Rong Tao, Andrey Konovalov, open list:KCOV, open list

From: Rong Tao <rongtao@cestc.cn>

Fix the typo of 'suport' in kcov.h

Signed-off-by: Rong Tao <rongtao@cestc.cn>
---
 include/linux/kcov.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/kcov.h b/include/linux/kcov.h
index 55dc338f6bcd..ee04256f28af 100644
--- a/include/linux/kcov.h
+++ b/include/linux/kcov.h
@@ -56,7 +56,7 @@ static inline void kcov_remote_start_usb(u64 id)
 /*
  * The softirq flavor of kcov_remote_*() functions is introduced as a temporary
  * work around for kcov's lack of nested remote coverage sections support in
- * task context. Adding suport for nested sections is tracked in:
+ * task context. Adding support for nested sections is tracked in:
  * https://bugzilla.kernel.org/show_bug.cgi?id=210337
  */
 
-- 
2.38.1


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

* Re: [PATCH] kcov: fix spelling typos in comments
  2022-12-03 10:25 [PATCH] kcov: fix spelling typos in comments Rong Tao
@ 2022-12-05  8:07 ` Dmitry Vyukov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Vyukov @ 2022-12-05  8:07 UTC (permalink / raw)
  To: Rong Tao, Andrew Morton, Linux-MM
  Cc: Rong Tao, Andrey Konovalov, open list:KCOV, open list

On Sat, 3 Dec 2022 at 11:25, Rong Tao <rtoax@foxmail.com> wrote:
>
> From: Rong Tao <rongtao@cestc.cn>
>
> Fix the typo of 'suport' in kcov.h
>
> Signed-off-by: Rong Tao <rongtao@cestc.cn>

+Andrew, please merge this via mm tree

Reviewed-by: Dmitry Vyukov <dvyukov@google.com>

> ---
>  include/linux/kcov.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/kcov.h b/include/linux/kcov.h
> index 55dc338f6bcd..ee04256f28af 100644
> --- a/include/linux/kcov.h
> +++ b/include/linux/kcov.h
> @@ -56,7 +56,7 @@ static inline void kcov_remote_start_usb(u64 id)
>  /*
>   * The softirq flavor of kcov_remote_*() functions is introduced as a temporary
>   * work around for kcov's lack of nested remote coverage sections support in
> - * task context. Adding suport for nested sections is tracked in:
> + * task context. Adding support for nested sections is tracked in:
>   * https://bugzilla.kernel.org/show_bug.cgi?id=210337
>   */
>
> --
> 2.38.1
>

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

end of thread, other threads:[~2022-12-05  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03 10:25 [PATCH] kcov: fix spelling typos in comments Rong Tao
2022-12-05  8:07 ` Dmitry Vyukov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.