projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe869e
)
lib: ratelimit: fix spelling mistake 'seperately'
author
Chia-Liang Wang
<a0979652527@icloud.com>
Wed, 19 Nov 2025 10:11:44 +0000
(18:11 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Thu, 20 Nov 2025 22:03:45 +0000
(14:03 -0800)
Corrects a spelling mistake in a comment in ratelimit.c where 'seperately'
was used instead of 'separately'.
Link:
https://lkml.kernel.org/r/20251119101144.3175-1-a0979625527@icloud.com
Signed-off-by: Chia-Liang Wang <a0979652527@icloud.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/ratelimit.c
patch
|
blob
|
history
diff --git
a/lib/ratelimit.c
b/lib/ratelimit.c
index
859c251
..
e2d65d3
100644
(file)
--- a/
lib/ratelimit.c
+++ b/
lib/ratelimit.c
@@
-27,7
+27,7
@@
int ___ratelimit(struct ratelimit_state *rs, const char *func)
{
/* Paired with WRITE_ONCE() in .proc_handler().
- * Changing two values sep
e
rately could be inconsistent
+ * Changing two values sep
a
rately could be inconsistent
* and some message could be lost. (See: net_ratelimit_state).
*/
int interval = READ_ONCE(rs->interval);