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 <unixbhas...@gmail.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

Attachment: signature.asc
Description: PGP signature

Reply via email to