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] [day] [month] [year] [list]
Date:   Thu, 25 Mar 2021 07:11:50 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     haver@...ux.ibm.com, arnd@...db.de, gregkh@...uxfoundation.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc: genwqe: Rudimentary typo fixes

On 14:47 Wed 24 Mar 2021, Randy Dunlap wrote:
>On 3/23/21 11:28 PM, Bhaskar Chowdhury wrote:
>>
>> s/requsted/requested/  .....two different places.
>> s/equests/requests/
>> s/occured/occurred/    ......two different places.
>> s/conditon/condition/
>> s/requestors/requesters/
>>
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
>> ---
>>  drivers/misc/genwqe/card_ddcb.c | 14 +++++++-------
>>  1 file changed, 7 insertions(+), 7 deletions(-)
>>
>> diff --git a/drivers/misc/genwqe/card_ddcb.c b/drivers/misc/genwqe/card_ddcb.c
>> index 0db4000dedf2..98f6cd3fc66a 100644
>> --- a/drivers/misc/genwqe/card_ddcb.c
>> +++ b/drivers/misc/genwqe/card_ddcb.c
>
>
>> @@ -1182,7 +1182,7 @@ static irqreturn_t genwqe_vf_isr(int irq, void *dev_id)
>>   *
>>   * The idea is to check if there are DDCBs in processing. If there are
>>   * some finished DDCBs, we process them and wakeup the
>> - * requestors. Otherwise we give other processes time using
>> + * requesters. Otherwise we give other processes time using
>
>"requestor" seems to be a word AFAICT.
It was certainly not showing to me , that was why the change.Let me go back
and check, if I missed it.
>
>>   * cond_resched().
>>   */
>>  static int genwqe_card_thread(void *data)
>> --
>
>and codespell says (for linux-next):
>
>drivers/misc/genwqe/card_ddcb.c:985: emtpy  ==> empty
>

Thanks, good catch...will do a V2 ...
>
>The other changes LGTM.
>
>--
>~Randy
>

Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ