Skip to content

Commit 7ea95d5

Browse files
nathanlynchvinodkoul
authored andcommitted
dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation
Commit 790fb99 ("linux/dmaengine.h: fix a few kernel-doc warnings") inserted new documentation for @desc_free in the middle of @tx_submit's description. Put @tx_submit's description back together, matching the indentation style of the rest of the documentation for dma_async_tx_descriptor. Fixes: 790fb99 ("linux/dmaengine.h: fix a few kernel-doc warnings") Reviewed-by: Dave Jiang <[email protected]> Signed-off-by: Nathan Lynch <[email protected]> Link: https://lore.kernel.org/r/20250826-dma_async_tx_desc-tx_submit-doc-fix-v1-1-18a4b51697db@amd.com Signed-off-by: Vinod Koul <[email protected]>
1 parent 38433a6 commit 7ea95d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/dmaengine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ struct dma_descriptor_metadata_ops {
594594
* @phys: physical address of the descriptor
595595
* @chan: target channel for this operation
596596
* @tx_submit: accept the descriptor, assign ordered cookie and mark the
597+
* descriptor pending. To be pushed on .issue_pending() call
597598
* @desc_free: driver's callback function to free a resusable descriptor
598599
* after completion
599-
* descriptor pending. To be pushed on .issue_pending() call
600600
* @callback: routine to call after this operation is complete
601601
* @callback_result: error result from a DMA transaction
602602
* @callback_param: general parameter to pass to the callback routine

0 commit comments

Comments
 (0)