[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d6366447-add9-0fcf-b4f1-1787afcecb58@infradead.org>
Date: Wed, 24 Mar 2021 14:47:10 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>, haver@...ux.ibm.com,
arnd@...db.de, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc: genwqe: Rudimentary typo fixes
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.
> * cond_resched().
> */
> static int genwqe_card_thread(void *data)
> --
and codespell says (for linux-next):
drivers/misc/genwqe/card_ddcb.c:985: emtpy ==> empty
The other changes LGTM.
--
~Randy
Powered by blists - more mailing lists