[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1582822342-26871-1-git-send-email-hqjagain@gmail.com>
Date: Fri, 28 Feb 2020 00:52:22 +0800
From: Qiujun Huang <hqjagain@...il.com>
To: elver@...gle.com
Cc: dvyukov@...gle.com, kasan-dev@...glegroups.com,
linux-kernel@...r.kernel.org, clang-built-linux@...glegroups.com,
Qiujun Huang <hqjagain@...il.com>
Subject: [PATCH] kcsan: Fix a typo in a comment
Might clean it up.
Signed-off-by: Qiujun Huang <hqjagain@...il.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
Powered by blists - more mailing lists