linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] modules: linux/moduleparam.h: drop duplicated word in a comment
@ 2020-07-17 23:36 Randy Dunlap
  2020-07-20  8:55 ` Jessica Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-07-17 23:36 UTC (permalink / raw)
  To: LKML, Jessica Yu

From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jessica Yu <jeyu@kernel.org>
---
 include/linux/moduleparam.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/moduleparam.h
+++ linux-next-20200714/include/linux/moduleparam.h
@@ -108,7 +108,7 @@ struct kparam_array
  * ".") the kernel commandline parameter.  Note that - is changed to _, so
  * 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
  * is writable, you may need to use kernel_param_lock() around
  * accesses (esp. charp, which can be kfreed when it changes).



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] modules: linux/moduleparam.h: drop duplicated word in a comment
  2020-07-17 23:36 [PATCH] modules: linux/moduleparam.h: drop duplicated word in a comment Randy Dunlap
@ 2020-07-20  8:55 ` Jessica Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Jessica Yu @ 2020-07-20  8:55 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML

+++ Randy Dunlap [17/07/20 16:36 -0700]:
>From: Randy Dunlap <rdunlap@infradead.org>
>
>Drop the doubled word "the" in a comment.
>
>Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>Cc: Jessica Yu <jeyu@kernel.org>
>---
> include/linux/moduleparam.h |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>--- linux-next-20200714.orig/include/linux/moduleparam.h
>+++ linux-next-20200714/include/linux/moduleparam.h
>@@ -108,7 +108,7 @@ struct kparam_array
>  * ".") the kernel commandline parameter.  Note that - is changed to _, so
>  * 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
>  * is writable, you may need to use kernel_param_lock() around
>  * accesses (esp. charp, which can be kfreed when it changes).

Applied, thanks!

Jessica

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-20  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 23:36 [PATCH] modules: linux/moduleparam.h: drop duplicated word in a comment Randy Dunlap
2020-07-20  8:55 ` Jessica Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).