diff options
author | Qiujun Huang <hqjagain@gmail.com> | 2020-03-05 17:21:07 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-03-25 19:56:00 +0300 |
commit | e7b34100500733f7e052ce3dee94e6338b86e6bc (patch) | |
tree | 250f31c74ef0e6701a76a4d490cd9fcd7b1dd589 /kernel/kcsan | |
parent | 44656d3dc4f0dc20010d054f27397a4a1469fabf (diff) | |
download | linux-e7b34100500733f7e052ce3dee94e6338b86e6bc.tar.xz |
kcsan: Fix a typo in a comment
s/slots slots/slots/
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
[elver: commit message]
Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/kcsan')
-rw-r--r-- | kernel/kcsan/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kcsan/core.c b/kernel/kcsan/core.c index eb30ecdc8c00..ee8200835b60 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: |