提交 c6a8b84d 编写于 作者: R Randy Dunlap 提交者: Jessica Yu

modules: linux/moduleparam.h: drop duplicated word in a comment

Drop the doubled word "the" in a comment.
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Cc: Jessica Yu <jeyu@kernel.org>
Signed-off-by: NJessica Yu <jeyu@kernel.org>
上级 b3a9e3b9
...@@ -108,7 +108,7 @@ struct kparam_array ...@@ -108,7 +108,7 @@ struct kparam_array
* ".") the kernel commandline parameter. Note that - is changed to _, so * ".") the kernel commandline parameter. Note that - is changed to _, so
* the user can use "foo-bar=1" even for variable "foo_bar". * the user can use "foo-bar=1" even for variable "foo_bar".
* *
* @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
* for world-readable, 0644 for root-writable, etc. Note that if it * for world-readable, 0644 for root-writable, etc. Note that if it
* is writable, you may need to use kernel_param_lock() around * is writable, you may need to use kernel_param_lock() around
* accesses (esp. charp, which can be kfreed when it changes). * accesses (esp. charp, which can be kfreed when it changes).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册