All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/isdn/hardware/mISDN/w6692.c: Fix spelling typo in comment
@ 2023-12-21  2:47 YouHong Li
  2023-12-21 17:40 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: YouHong Li @ 2023-12-21  2:47 UTC (permalink / raw)
  To: isdn; +Cc: netdev, linux-kernel, liyouhong, k2ci

From: liyouhong <liyouhong@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: liyouhong <liyouhong@kylinos.cn>

diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c
index f3b8db7b48fe..21669063b815 100644
--- a/drivers/isdn/hardware/mISDN/w6692.c
+++ b/drivers/isdn/hardware/mISDN/w6692.c
@@ -772,7 +772,7 @@ w6692_irq(int intno, void *dev_id)
 	spin_lock(&card->lock);
 	ista = ReadW6692(card, W_ISTA);
 	if ((ista | card->imask) == card->imask) {
-		/* possible a shared  IRQ reqest */
+		/* possible a shared  IRQ request */
 		spin_unlock(&card->lock);
 		return IRQ_NONE;
 	}
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/isdn/hardware/mISDN/w6692.c: Fix spelling typo in comment
  2023-12-21  2:47 [PATCH] drivers/isdn/hardware/mISDN/w6692.c: Fix spelling typo in comment YouHong Li
@ 2023-12-21 17:40 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-12-21 17:40 UTC (permalink / raw)
  To: YouHong Li; +Cc: isdn, netdev, linux-kernel, k2ci

On Thu, Dec 21, 2023 at 10:47:58AM +0800, YouHong Li wrote:
> From: liyouhong <liyouhong@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: liyouhong <liyouhong@kylinos.cn>

Thanks,

while we are updating this file could we also fix the following
which is flagged by codespell: oscilator ==> oscillator

With that update feel free to add:

Reviewed-by: Simon Horman <horms@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-21 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21  2:47 [PATCH] drivers/isdn/hardware/mISDN/w6692.c: Fix spelling typo in comment YouHong Li
2023-12-21 17:40 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.