lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 08 May 2020 13:46:37 -0000
From:   "tip-bot2 for Qiujun Huang" <tip-bot2@...utronix.de>
To:     linux-tip-commits@...r.kernel.org
Cc:     Qiujun Huang <hqjagain@...il.com>,
        Nick Desaulniers <ndesaulniers@...gle.com>,
        Marco Elver <elver@...gle.com>,
        "Paul E. McKenney" <paulmck@...nel.org>, x86 <x86@...nel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [tip: locking/kcsan] kcsan: Fix a typo in a comment

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@...il.com>
AuthorDate:    Thu, 05 Mar 2020 15:21:07 +01:00
Committer:     Paul E. McKenney <paulmck@...nel.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@...il.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@...gle.com>
[elver: commit message]
Signed-off-by: Marco Elver <elver@...gle.com>
Signed-off-by: Paul E. McKenney <paulmck@...nel.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:

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ