projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a99a7
)
locking/seqlock: Fix typo in comment
author
pangzizhen001@208suo.com
<pangzizhen001@208suo.com>
Thu, 20 Jul 2023 15:45:39 +0000
(23:45 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Thu, 5 Oct 2023 08:39:44 +0000
(10:39 +0200)
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
patch
|
blob
|
history
diff --git
a/include/linux/seqlock.h
b/include/linux/seqlock.h
index 987a59d977c566ae5eb0f306e4ed79f4e5428204..ea7a58258af680c4199c29f827f619776e0bca96 100644
(file)
--- 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.
*/