From: Jean Delvare <jdelvare@suse.de>
To: Colin King <colin.king@canonical.com>
Cc: linux-i2c@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
Date: Mon, 27 Jan 2020 09:11:03 +0000 [thread overview]
Message-ID: <20200127101103.111bac39@endymion> (raw)
In-Reply-To: <20200125202020.12861-1-colin.king@canonical.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <jdelvare@suse.de>
To: Colin King <colin.king@canonical.com>
Cc: linux-i2c@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
Date: Mon, 27 Jan 2020 10:11:03 +0100 [thread overview]
Message-ID: <20200127101103.111bac39@endymion> (raw)
In-Reply-To: <20200125202020.12861-1-colin.king@canonical.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Jean Delvare <jdelvare@suse.de>
To: Colin King <colin.king@canonical.com>
Cc: <linux-i2c@vger.kernel.org>, <kernel-janitors@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
Date: Mon, 27 Jan 2020 10:11:03 +0100 [thread overview]
Message-ID: <20200127101103.111bac39@endymion> (raw)
In-Reply-To: <20200125202020.12861-1-colin.king@canonical.com>
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
next prev parent reply other threads:[~2020-01-27 9:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-25 20:20 [PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most" Colin King
2020-01-27 9:11 ` Jean Delvare [this message]
2020-01-27 9:11 ` Jean Delvare
2020-01-27 9:11 ` Jean Delvare
2020-01-29 20:52 ` Wolfram Sang
2020-01-29 20:52 ` Wolfram Sang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200127101103.111bac39@endymion \
--to=jdelvare@suse.de \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.