Skip to content

Commit 25ec8b3

Browse files
JuliaLawalljgunthorpe
authored andcommitted
IB/qib: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent d0d4df0 commit 25ec8b3

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/qib

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/qib/qib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ struct qib_pportdata {
678678
/* Observers. Not to be taken lightly, possibly not to ship. */
679679
/*
680680
* If a diag read or write is to (bottom <= offset <= top),
681-
* the "hoook" is called, allowing, e.g. shadows to be
681+
* the "hook" is called, allowing, e.g. shadows to be
682682
* updated in sync with the driver. struct diag_observer
683683
* is the "visible" part.
684684
*/

0 commit comments

Comments
 (0)