linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] kcsan: Fix a typo in a comment
@ 2020-03-04 16:25 Marco Elver
  2020-03-04 16:25 ` [PATCH 2/3] kcsan: Update Documentation/dev-tools/kcsan.rst Marco Elver
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marco Elver @ 2020-03-04 16:25 UTC (permalink / raw)
  To: elver
  Cc: paulmck, andreyknvl, glider, dvyukov, kasan-dev, linux-kernel,
	corbet, linux-doc, Qiujun Huang, Nick Desaulniers

From: Qiujun Huang <hqjagain@gmail.com>

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>
---
 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 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:
-- 
2.25.0.265.gbab2e86ba0-goog


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

end of thread, other threads:[~2020-03-05 14:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 16:25 [PATCH 1/3] kcsan: Fix a typo in a comment Marco Elver
2020-03-04 16:25 ` [PATCH 2/3] kcsan: Update Documentation/dev-tools/kcsan.rst Marco Elver
2020-03-04 16:44   ` Qian Cai
2020-03-04 16:57     ` Marco Elver
2020-03-05 14:24       ` Marco Elver
2020-03-04 16:25 ` [PATCH 3/3] kcsan: Update API documentation in kcsan-checks.h Marco Elver
2020-03-04 17:15 ` [PATCH 1/3] kcsan: Fix a typo in a comment Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).