lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 27 Jul 2020 13:28:56 +0530
From:   Akash Asthana <akashast@...eaurora.org>
To:     Colin King <colin.king@...onical.com>,
        Alok Chauhan <alokc@...eaurora.org>,
        Andy Gross <agross@...nel.org>, linux-i2c@...r.kernel.org,
        linux-arm-msm@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] i2c: qcom-geni: fix spelling mistake "unepxected" ->
 "unexpected"


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@...onical.com>
>>
>> There is a spelling mistake in an error message string, fix it.
>>
>> Signed-off-by: Colin Ian King <colin.king@...onical.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@...eauror.org>
Correct tag

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

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

Powered by blists - more mailing lists