]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation
authorNathan Lynch <nathan.lynch@amd.com>
Tue, 26 Aug 2025 16:07:38 +0000 (11:07 -0500)
committerVinod Koul <vkoul@kernel.org>
Tue, 2 Sep 2025 07:05:12 +0000 (12:35 +0530)
commit7ea95d55e63176899eb96f7aaa34a5646f501b2c
tree84fb96d95e2f44b04f10f2f0731662932f4cd33b
parent38433a6fdfb75d12a90ffff262705e1ecfe88556
dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation

Commit 790fb9956eea ("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: 790fb9956eea ("linux/dmaengine.h: fix a few kernel-doc warnings")
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
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 <vkoul@kernel.org>
include/linux/dmaengine.h