linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
@ 2019-11-03 21:22 Colin King
  2020-07-27  7:55 ` Akash Asthana
  0 siblings, 1 reply; 5+ messages in thread
From: Colin King @ 2019-11-03 21:22 UTC (permalink / raw)
  To: Alok Chauhan, Andy Gross, linux-i2c, linux-arm-msm
  Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in an error message string, fix it.

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

diff --git a/drivers/i2c/busses/i2c-qcom-geni.c b/drivers/i2c/busses/i2c-qcom-geni.c
index 17abf60c94ae..387fb5a83471 100644
--- a/drivers/i2c/busses/i2c-qcom-geni.c
+++ b/drivers/i2c/busses/i2c-qcom-geni.c
@@ -98,7 +98,7 @@ static const struct geni_i2c_err_log gi2c_log[] = {
 	[GP_IRQ0] = {-EIO, "Unknown I2C err GP_IRQ0"},
 	[NACK] = {-ENXIO, "NACK: slv unresponsive, check its power/reset-ln"},
 	[GP_IRQ2] = {-EIO, "Unknown I2C err GP IRQ2"},
-	[BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unepxected start/stop"},
+	[BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unexpected start/stop"},
 	[ARB_LOST] = {-EAGAIN, "Bus arbitration lost, clock line undriveable"},
 	[GP_IRQ5] = {-EIO, "Unknown I2C err GP IRQ5"},
 	[GENI_OVERRUN] = {-EIO, "Cmd overrun, check GENI cmd-state machine"},
-- 
2.20.1


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

* Re: [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
  2019-11-03 21:22 [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected" Colin King
@ 2020-07-27  7:55 ` Akash Asthana
  2020-07-27  7:58   ` Akash Asthana
  0 siblings, 1 reply; 5+ messages in thread
From: Akash Asthana @ 2020-07-27  7:55 UTC (permalink / raw)
  To: Colin King, Alok Chauhan, Andy Gross, linux-i2c, linux-arm-msm
  Cc: kernel-janitors, linux-kernel


On 11/4/2019 2:52 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in an error message string, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   drivers/i2c/busses/i2c-qcom-geni.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i2c/busses/i2c-qcom-geni.c b/drivers/i2c/busses/i2c-qcom-geni.c
> index 17abf60c94ae..387fb5a83471 100644
> --- a/drivers/i2c/busses/i2c-qcom-geni.c
> +++ b/drivers/i2c/busses/i2c-qcom-geni.c
> @@ -98,7 +98,7 @@ static const struct geni_i2c_err_log gi2c_log[] = {
>   	[GP_IRQ0] = {-EIO, "Unknown I2C err GP_IRQ0"},
>   	[NACK] = {-ENXIO, "NACK: slv unresponsive, check its power/reset-ln"},
>   	[GP_IRQ2] = {-EIO, "Unknown I2C err GP IRQ2"},
> -	[BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unepxected start/stop"},
> +	[BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unexpected start/stop"},
>   	[ARB_LOST] = {-EAGAIN, "Bus arbitration lost, clock line undriveable"},
>   	[GP_IRQ5] = {-EIO, "Unknown I2C err GP IRQ5"},
>   	[GENI_OVERRUN] = {-EIO, "Cmd overrun, check GENI cmd-state machine"},

The patch is still applying cleanly on tip.

Reviewed-by: Akash Asthana <akashast@codeauror.org>

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\na Linux Foundation Collaborative Project


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

* Re: [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
  2020-07-27  7:55 ` Akash Asthana
@ 2020-07-27  7:58   ` Akash Asthana
  2021-05-25 19:22     ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Akash Asthana @ 2020-07-27  7:58 UTC (permalink / raw)
  To: Colin King, Alok Chauhan, Andy Gross, linux-i2c, linux-arm-msm
  Cc: kernel-janitors, linux-kernel


On 7/27/2020 1:25 PM, Akash Asthana wrote:
>
> On 11/4/2019 2:52 AM, Colin King wrote:
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> There is a spelling mistake in an error message string, fix it.
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>> ---
>>   drivers/i2c/busses/i2c-qcom-geni.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/i2c/busses/i2c-qcom-geni.c 
>> b/drivers/i2c/busses/i2c-qcom-geni.c
>> index 17abf60c94ae..387fb5a83471 100644
>> --- a/drivers/i2c/busses/i2c-qcom-geni.c
>> +++ b/drivers/i2c/busses/i2c-qcom-geni.c
>> @@ -98,7 +98,7 @@ static const struct geni_i2c_err_log gi2c_log[] = {
>>       [GP_IRQ0] = {-EIO, "Unknown I2C err GP_IRQ0"},
>>       [NACK] = {-ENXIO, "NACK: slv unresponsive, check its 
>> power/reset-ln"},
>>       [GP_IRQ2] = {-EIO, "Unknown I2C err GP IRQ2"},
>> -    [BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unepxected 
>> start/stop"},
>> +    [BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unexpected 
>> start/stop"},
>>       [ARB_LOST] = {-EAGAIN, "Bus arbitration lost, clock line 
>> undriveable"},
>>       [GP_IRQ5] = {-EIO, "Unknown I2C err GP IRQ5"},
>>       [GENI_OVERRUN] = {-EIO, "Cmd overrun, check GENI cmd-state 
>> machine"},
>
> The patch is still applying cleanly on tip.
>
> Reviewed-by: Akash Asthana <akashast@codeauror.org>
Correct tag

Reviewed-by: Akash Asthana <akashast@codeaurora.org>

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\na Linux Foundation Collaborative Project


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

* Re: [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
  2020-07-27  7:58   ` Akash Asthana
@ 2021-05-25 19:22     ` Wolfram Sang
  2021-05-25 19:23       ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2021-05-25 19:22 UTC (permalink / raw)
  To: Akash Asthana
  Cc: Colin King, Alok Chauhan, Andy Gross, linux-i2c, linux-arm-msm,
	kernel-janitors, linux-kernel

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

On Mon, Jul 27, 2020 at 01:28:56PM +0530, Akash Asthana wrote:
> 
> On 7/27/2020 1:25 PM, Akash Asthana wrote:
> > 
> > On 11/4/2019 2:52 AM, Colin King wrote:
> > > From: Colin Ian King <colin.king@canonical.com>
> > > 
> > > There is a spelling mistake in an error message string, 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] 5+ messages in thread

* Re: [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"
  2021-05-25 19:22     ` Wolfram Sang
@ 2021-05-25 19:23       ` Wolfram Sang
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2021-05-25 19:23 UTC (permalink / raw)
  To: Akash Asthana, Colin King, Alok Chauhan, Andy Gross, linux-i2c,
	linux-arm-msm, kernel-janitors, linux-kernel

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

On Tue, May 25, 2021 at 09:22:27PM +0200, Wolfram Sang wrote:
> On Mon, Jul 27, 2020 at 01:28:56PM +0530, Akash Asthana wrote:
> > 
> > On 7/27/2020 1:25 PM, Akash Asthana wrote:
> > > 
> > > On 11/4/2019 2:52 AM, Colin King wrote:
> > > > From: Colin Ian King <colin.king@canonical.com>
> > > > 
> > > > There is a spelling mistake in an error message string, fix it.
> > > > 
> > > > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Applied to for-next, thanks!

Oops, I mean for-current, sorry for the noise!


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

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

end of thread, other threads:[~2021-05-25 19:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-03 21:22 [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected" Colin King
2020-07-27  7:55 ` Akash Asthana
2020-07-27  7:58   ` Akash Asthana
2021-05-25 19:22     ` Wolfram Sang
2021-05-25 19:23       ` 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).