Re: [PATCH] misc: genwqe: Rudimentary typo fixes

From: Randy Dunlap
Date: Wed Mar 24 2021 - 17:48:18 EST


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@xxxxxxxxx>
> ---
> 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