2020-01-25 20:21:47

by Colin King

[permalink] [raw]
Subject: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"

From: Colin Ian King <[email protected]>

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

Signed-off-by: Colin Ian King <[email protected]>
---
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


2020-01-27 09:23:29

by Jean Delvare

[permalink] [raw]
Subject: Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"

On Sat, 25 Jan 2020 20:20:20 +0000, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a module parameter description.
> Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> 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 <[email protected]>

Thanks,
--
Jean Delvare
SUSE L3 Support

2020-01-29 20:55:15

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"

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

Applied to for-next, thanks!


Attachments:
(No filename) (291.00 B)
signature.asc (849.00 B)
Download all attachments