We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a9e3b commit c6a8b84Copy full SHA for c6a8b84
include/linux/moduleparam.h
@@ -108,7 +108,7 @@ struct kparam_array
108
* ".") the kernel commandline parameter. Note that - is changed to _, so
109
* the user can use "foo-bar=1" even for variable "foo_bar".
110
*
111
- * @perm is 0 if the the variable is not to appear in sysfs, or 0444
+ * @perm is 0 if the variable is not to appear in sysfs, or 0444
112
* for world-readable, 0644 for root-writable, etc. Note that if it
113
* is writable, you may need to use kernel_param_lock() around
114
* accesses (esp. charp, which can be kfreed when it changes).
0 commit comments