mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
IB/{rdmavt, hfi1): Miscellaneous comment fixes
This patch fixes miscellaneous comment errors. Reviewed-by: Mike Marciniszyn <[email protected]> Signed-off-by: Kaike Wan <[email protected]> Signed-off-by: Dennis Dalessandro <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
This commit is contained in:
committed by
Jason Gunthorpe
parent
07c5ba9124
commit
ea752bc5e5
@@ -524,7 +524,7 @@ void _hfi1_do_send(struct work_struct *work)
|
||||
|
||||
/**
|
||||
* hfi1_do_send - perform a send on a QP
|
||||
* @work: contains a pointer to the QP
|
||||
* @qp: a pointer to the QP
|
||||
* @in_thread: true if in a workqueue thread
|
||||
*
|
||||
* Process entries in the send work queue until credit or queue is
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
* RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating
|
||||
* next send completion entry not via send DMA
|
||||
* RVT_S_WAIT_PIO - waiting for a send buffer to be available
|
||||
* RVT_S_WAIT_PIO_DRAIN - waiting for a qp to drain pio packets
|
||||
* RVT_S_WAIT_TX - waiting for a struct verbs_txreq to be available
|
||||
* RVT_S_WAIT_DMA_DESC - waiting for DMA descriptors to be available
|
||||
* RVT_S_WAIT_KMEM - waiting for kernel memory to be available
|
||||
|
||||
Reference in New Issue
Block a user