projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408a93a
)
lib: test_sysctl: delete duplicated words
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 16 Oct 2020 03:11:10 +0000
(20:11 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:20 +0000
(11:11 -0700)
Drop the repeated word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link:
https://lkml.kernel.org/r/20200823040520.1999-1-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/test_sysctl.c
patch
|
blob
|
history
diff --git
a/lib/test_sysctl.c
b/lib/test_sysctl.c
index 98bc92a916620e524a010ad53b293b05a912504c..3750323973f4af802644899dd9d2dba612895f64 100644
(file)
--- a/
lib/test_sysctl.c
+++ b/
lib/test_sysctl.c
@@
-16,7
+16,7
@@
*/
/*
- * This module provides an interface to the
the
proc sysctl interfaces. This
+ * This module provides an interface to the proc sysctl interfaces. This
* driver requires CONFIG_PROC_SYSCTL. It will not normally be loaded by the
* system unless explicitly requested by name. You can also build this driver
* into your kernel.