kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
@ 2020-01-25 20:20 Colin King
  2020-01-27  9:11 ` Jean Delvare
  2020-01-29 20:52 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-01-25 20:20 UTC (permalink / raw)
  To: Jean Delvare, linux-i2c; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a module parameter description.
Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/i2c/busses/i2c-parport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-parport.c b/drivers/i2c/busses/i2c-parport.c
index f8f94a25af26..81eb441b2387 100644
--- a/drivers/i2c/busses/i2c-parport.c
+++ b/drivers/i2c/busses/i2c-parport.c
@@ -129,7 +129,7 @@ static int parport[MAX_DEVICE] = {0, -1, -1, -1};
 module_param_array(parport, int, NULL, 0);
 MODULE_PARM_DESC(parport,
 		 "List of parallel ports to bind to, by index.\n"
-		 " Atmost " __stringify(MAX_DEVICE) " devices are supported.\n"
+		 " At most " __stringify(MAX_DEVICE) " devices are supported.\n"
 		 " Default is one device connected to parport0.\n"
 );
 
-- 
2.24.0

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

* Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
  2020-01-25 20:20 [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most" Colin King
@ 2020-01-27  9:11 ` Jean Delvare
  2020-01-29 20:52 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2020-01-27  9:11 UTC (permalink / raw)
  To: Colin King; +Cc: linux-i2c, kernel-janitors, linux-kernel

On Sat, 25 Jan 2020 20:20:20 +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a module parameter description.
> Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/i2c/busses/i2c-parport.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-parport.c b/drivers/i2c/busses/i2c-parport.c
> index f8f94a25af26..81eb441b2387 100644
> --- a/drivers/i2c/busses/i2c-parport.c
> +++ b/drivers/i2c/busses/i2c-parport.c
> @@ -129,7 +129,7 @@ static int parport[MAX_DEVICE] = {0, -1, -1, -1};
>  module_param_array(parport, int, NULL, 0);
>  MODULE_PARM_DESC(parport,
>  		 "List of parallel ports to bind to, by index.\n"
> -		 " Atmost " __stringify(MAX_DEVICE) " devices are supported.\n"
> +		 " At most " __stringify(MAX_DEVICE) " devices are supported.\n"
>  		 " Default is one device connected to parport0.\n"
>  );
>  

Reviewed-by: Jean Delvare <jdelvare@suse.de>

Thanks,
-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
  2020-01-25 20:20 [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most" Colin King
  2020-01-27  9:11 ` Jean Delvare
@ 2020-01-29 20:52 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2020-01-29 20:52 UTC (permalink / raw)
  To: Colin King; +Cc: Jean Delvare, linux-i2c, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

On Sat, Jan 25, 2020 at 08:20:20PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a module parameter description.
> Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-01-29 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-25 20:20 [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most" Colin King
2020-01-27  9:11 ` Jean Delvare
2020-01-29 20:52 ` Wolfram Sang

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).