projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016b26a
)
IB/hfi1: Fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 22 Mar 2021 06:29:23 +0000
(11:59 +0530)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Fri, 26 Mar 2021 15:05:28 +0000
(12:05 -0300)
s/struture/structure/
And add the missing colon for kdoc
Link:
https://lore.kernel.org/r/20210322062923.3306167-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hfi1/iowait.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hfi1/iowait.h
b/drivers/infiniband/hw/hfi1/iowait.h
index d580aa17ae3726c17f865433756a8866ae7db51d..cda81a7843c2452ff183422a1b4c1e4d2acde9e0 100644
(file)
--- a/
drivers/infiniband/hw/hfi1/iowait.h
+++ b/
drivers/infiniband/hw/hfi1/iowait.h
@@
-321,7
+321,7
@@
static inline void iowait_drain_wakeup(struct iowait *wait)
/**
* iowait_get_txhead() - get packet off of iowait list
*
- * @wait
iowait_work stru
ture
+ * @wait
: iowait_work struc
ture
*/
static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait)
{