All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: locking/kcsan] kcsan: Fix a typo in a comment
@ 2020-05-08 13:46 tip-bot2 for Qiujun Huang
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Qiujun Huang @ 2020-05-08 13:46 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Qiujun Huang, Nick Desaulniers, Marco Elver, Paul E. McKenney, x86, LKML

The following commit has been merged into the locking/kcsan branch of tip:

Commit-ID:     e7b34100500733f7e052ce3dee94e6338b86e6bc
Gitweb:        https://git.kernel.org/tip/e7b34100500733f7e052ce3dee94e6338b86e6bc
Author:        Qiujun Huang <hqjagain@gmail.com>
AuthorDate:    Thu, 05 Mar 2020 15:21:07 +01:00
Committer:     Paul E. McKenney <paulmck@kernel.org>
CommitterDate: Wed, 25 Mar 2020 09:56:00 -07:00

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>
---
 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 eb30ecd..ee82008 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:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-08 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 13:46 [tip: locking/kcsan] kcsan: Fix a typo in a comment tip-bot2 for Qiujun Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.