dmaengine: imx-sdma: Add missing struct documentation
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 6 Jul 2022 05:45:09 +0000 (13:45 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 6 Jul 2022 16:28:37 +0000 (21:58 +0530)
commit01eafd4b23805890dfe8b3e639f1bf299a6dbcf5
tree1f74d212ed7d5a4e068758a4a60fbca63eb32f8d
parentb2cc5c465c2cb8ab697c3fd6583c614e3f6cfbcc
dmaengine: imx-sdma: Add missing struct documentation

Fix compile warning that 'Function parameter or member not described'
with 'W=1' option:

Add missing description for struct sdma_desc

There is not any description for struct sdma_script_start_addrs,
so use /* instead of /**

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1657086309-7964-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c