All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kcsan: Fix a typo in a comment
@ 2020-02-27 16:52 Qiujun Huang
  2020-02-27 19:09 ` Nick Desaulniers
  0 siblings, 1 reply; 2+ messages in thread
From: Qiujun Huang @ 2020-02-27 16:52 UTC (permalink / raw)
  To: elver; +Cc: dvyukov, kasan-dev, linux-kernel, clang-built-linux, Qiujun Huang

Might clean it up.

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 kernel/kcsan/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kcsan/core.c b/kernel/kcsan/core.c
index 065615d..4b8b846 100644
--- a/kernel/kcsan/core.c
+++ b/kernel/kcsan/core.c
@@ -45,7 +45,7 @@ static DEFINE_PER_CPU(struct kcsan_ctx, kcsan_cpu_ctx) = {
 };
 
 /*
- * Helper macros to index into adjacent slots slots, starting from address slot
+ * Helper macros to index into adjacent slots, starting from address slot
  * itself, followed by the right and left slots.
  *
  * The purpose is 2-fold:
-- 
1.8.3.1


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

* Re: [PATCH] kcsan: Fix a typo in a comment
  2020-02-27 16:52 [PATCH] kcsan: Fix a typo in a comment Qiujun Huang
@ 2020-02-27 19:09 ` Nick Desaulniers
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Desaulniers @ 2020-02-27 19:09 UTC (permalink / raw)
  To: Qiujun Huang
  Cc: Marco Elver, Dmitry Vyukov, kasan-dev, LKML, clang-built-linux

On Thu, Feb 27, 2020 at 8:52 AM Qiujun Huang <hqjagain@gmail.com> wrote:
>

Thanks for the patch.
s/slots slots/slots/
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

>
> Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
> ---
>  kernel/kcsan/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/kcsan/core.c b/kernel/kcsan/core.c
> index 065615d..4b8b846 100644
> --- a/kernel/kcsan/core.c
> +++ b/kernel/kcsan/core.c
> @@ -45,7 +45,7 @@ static DEFINE_PER_CPU(struct kcsan_ctx, kcsan_cpu_ctx) = {
>  };
>
>  /*
> - * Helper macros to index into adjacent slots slots, starting from address slot
> + * Helper macros to index into adjacent slots, starting from address slot
>   * itself, followed by the right and left slots.
>   *
>   * The purpose is 2-fold:
> --

-- 
Thanks,
~Nick Desaulniers

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

end of thread, other threads:[~2020-02-27 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 16:52 [PATCH] kcsan: Fix a typo in a comment Qiujun Huang
2020-02-27 19:09 ` Nick Desaulniers

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.