All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IB/qib: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-24 14:31 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Dennis Dalessandro
  Cc: kernel-janitors, Jason Gunthorpe, Leon Romanovsky, linux-rdma,
	linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/infiniband/hw/qib/qib.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h
index a8e1c30c370f..b37b1c6d35c6 100644
--- a/drivers/infiniband/hw/qib/qib.h
+++ b/drivers/infiniband/hw/qib/qib.h
@@ -678,7 +678,7 @@ struct qib_pportdata {
 /* Observers. Not to be taken lightly, possibly not to ship. */
 /*
  * If a diag read or write is to (bottom <= offset <= top),
- * the "hoook" is called, allowing, e.g. shadows to be
+ * the "hook" is called, allowing, e.g. shadows to be
  * updated in sync with the driver. struct diag_observer
  * is the "visible" part.
  */


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

* Re: [PATCH] IB/qib: fix typo in comment
  2022-05-21 11:11 [PATCH] IB/qib: fix typo in comment Julia Lawall
@ 2022-05-24 14:31 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2022-05-24 14:31 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Dennis Dalessandro, kernel-janitors, Leon Romanovsky, linux-rdma,
	linux-kernel

On Sat, May 21, 2022 at 01:11:06PM +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> ---
>  drivers/infiniband/hw/qib/qib.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next, thanks

Jason

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

end of thread, other threads:[~2022-05-24 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] IB/qib: fix typo in comment Julia Lawall
2022-05-24 14:31 ` Jason Gunthorpe

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.