From: Qiujun Huang Date: Thu, 5 Mar 2020 14:21:07 +0000 (+0100) Subject: kcsan: Fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e7b34100500733f7e052ce3dee94e6338b86e6bc;p=linux.git kcsan: Fix a typo in a comment s/slots slots/slots/ Signed-off-by: Qiujun Huang Reviewed-by: Nick Desaulniers [elver: commit message] Signed-off-by: Marco Elver Signed-off-by: Paul E. McKenney --- diff --git a/kernel/kcsan/core.c b/kernel/kcsan/core.c index eb30ecdc8c009..ee8200835b607 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: