Re: [PATCH] kcsan: Fix a typo in a comment

From: Nick Desaulniers
Date: Thu Feb 27 2020 - 14:09:40 EST


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

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

>
> Signed-off-by: Qiujun Huang <hqjagain@xxxxxxxxx>
> ---
> 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