From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 06:29:23 +0000 (+0530) Subject: IB/hfi1: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ae6573e699e32164a7a4ceb165ec771000db544;p=linux.git 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 Signed-off-by: Jason Gunthorpe --- diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h index d580aa17ae372..cda81a7843c24 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) {