diff mbox series

i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"

Message ID 20191103212204.13606-1-colin.king@canonical.com
State Accepted
Headers show
Series i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected" | expand

Commit Message

Colin Ian King Nov. 3, 2019, 9:22 p.m. UTC
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(-)

Comments

Akash Asthana July 27, 2020, 7:55 a.m. UTC | #1
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>
Akash Asthana July 27, 2020, 7:58 a.m. UTC | #2
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>
Wolfram Sang May 25, 2021, 7:22 p.m. UTC | #3
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!
Wolfram Sang May 25, 2021, 7:23 p.m. UTC | #4
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!
diff mbox series

Patch

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"},