kcov: fix spelling typos in comments

Message ID tencent_922CA94B789587D79FD154445D035AA19E07@qq.com
State New
Headers
Series kcov: fix spelling typos in comments |

Commit Message

Rong Tao Dec. 3, 2022, 10:25 a.m. UTC
  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(-)
  

Comments

Dmitry Vyukov Dec. 5, 2022, 8:07 a.m. UTC | #1
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
>
  

Patch

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
  */