Skip to content

Commit c6a8b84

Browse files
rddunlapJessica Yu
authored andcommitted
modules: linux/moduleparam.h: drop duplicated word in a comment
Drop the doubled word "the" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: Jessica Yu <[email protected]> Signed-off-by: Jessica Yu <[email protected]>
1 parent b3a9e3b commit c6a8b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/moduleparam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct kparam_array
108108
* ".") the kernel commandline parameter. Note that - is changed to _, so
109109
* the user can use "foo-bar=1" even for variable "foo_bar".
110110
*
111-
* @perm is 0 if the the variable is not to appear in sysfs, or 0444
111+
* @perm is 0 if the variable is not to appear in sysfs, or 0444
112112
* for world-readable, 0644 for root-writable, etc. Note that if it
113113
* is writable, you may need to use kernel_param_lock() around
114114
* accesses (esp. charp, which can be kfreed when it changes).

0 commit comments

Comments
 (0)