mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] include/linux: Fix typos in comments
       [not found] <20230720154408.51494-1-wangjianli@cdjrlc.com>
@ 2023-07-20 15:45 ` pangzizhen001
  2023-10-05  8:43   ` [tip: locking/core] locking/seqlock: Fix typo in comment tip-bot2 for pangzizhen001@208suo.com
  0 siblings, 1 reply; 2+ messages in thread
From: pangzizhen001 @ 2023-07-20 15:45 UTC (permalink / raw)
  To: peterz, mingo, will; +Cc: linux-kernel

Delete duplicate word "the"

Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>
---
  include/linux/seqlock.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
index e9bd2f65d7f4..af518e4d0c6b 100644
--- a/include/linux/seqlock.h
+++ b/include/linux/seqlock.h
@@ -864,7 +864,7 @@ static inline unsigned read_seqretry(const seqlock_t 
*sl, unsigned start)
  }

  /*
- * For all seqlock_t write side functions, use the the internal
+ * For all seqlock_t write side functions, use the internal
   * do_write_seqcount_begin() instead of generic write_seqcount_begin().
   * This way, no redundant lockdep_assert_held() checks are added.
   */

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

* [tip: locking/core] locking/seqlock: Fix typo in comment
  2023-07-20 15:45 ` [PATCH] include/linux: Fix typos in comments pangzizhen001
@ 2023-10-05  8:43   ` tip-bot2 for pangzizhen001@208suo.com
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for pangzizhen001@208suo.com @ 2023-10-05  8:43 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Zizhen Pang, Ingo Molnar, x86, linux-kernel

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

Commit-ID:     0cff993e08a7578e2c1df93a95fc5059f447e7ae
Gitweb:        https://git.kernel.org/tip/0cff993e08a7578e2c1df93a95fc5059f447e7ae
Author:        pangzizhen001@208suo.com <pangzizhen001@208suo.com>
AuthorDate:    Thu, 20 Jul 2023 23:45:39 +08:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Thu, 05 Oct 2023 10:39:44 +02:00

locking/seqlock: Fix typo in comment

s/the the
 /the

[ mingo: Cleaned up the changelog. ]

Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/70293ecd5bb7a1cd370fd4d95c35f936@208suo.com
---
 include/linux/seqlock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
index 987a59d..ea7a582 100644
--- a/include/linux/seqlock.h
+++ b/include/linux/seqlock.h
@@ -864,7 +864,7 @@ static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start)
 }
 
 /*
- * For all seqlock_t write side functions, use the the internal
+ * For all seqlock_t write side functions, use the internal
  * do_write_seqcount_begin() instead of generic write_seqcount_begin().
  * This way, no redundant lockdep_assert_held() checks are added.
  */

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

end of thread, other threads:[~2023-10-05 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230720154408.51494-1-wangjianli@cdjrlc.com>
2023-07-20 15:45 ` [PATCH] include/linux: Fix typos in comments pangzizhen001
2023-10-05  8:43   ` [tip: locking/core] locking/seqlock: Fix typo in comment tip-bot2 for pangzizhen001@208suo.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome