aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 11:59:23 +0530
committerJason Gunthorpe <jgg@nvidia.com>2021-03-26 12:05:28 -0300
commit4ae6573e699e32164a7a4ceb165ec771000db544 (patch)
treecc02dc4a10edc9e2412765db8e2ed6c5ea43e01d /drivers/infiniband/hw/hfi1
parentRDMA/core: Correct misspellings of two words in comments (diff)
downloadlinux-dev-4ae6573e699e32164a7a4ceb165ec771000db544.tar.xz
linux-dev-4ae6573e699e32164a7a4ceb165ec771000db544.zip
IB/hfi1: Fix a typo
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>
Diffstat (limited to 'drivers/infiniband/hw/hfi1')
-rw-r--r--drivers/infiniband/hw/hfi1/iowait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
index d580aa17ae37..cda81a7843c2 100644
--- 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 struture
+ * @wait: iowait_work structure
*/
static inline struct sdma_txreq *iowait_get_txhead(struct iowait_work *wait)
{