dmaengine: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issue
authorLee Jones <lee.jones@linaro.org>
Tue, 14 Jul 2020 11:15:39 +0000 (12:15 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 15 Jul 2020 12:20:47 +0000 (17:50 +0530)
Kerneldoc formatting for attributes should be '@.*: '.

Fixes the following W=1 kernel build warning(s):

 drivers/dma/fsl-qdma.c:154: warning: Function parameter or member 'data' not described in 'fsl_qdma_format'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Wen He <wen.he_1@nxp.com>
Cc: Jiaheng Fan <jiaheng.fan@nxp.com>
Link: https://lore.kernel.org/r/20200714111546.1755231-11-lee.jones@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl-qdma.c

index 95cc025..c33f491 100644 (file)
  * @__reserved1:           Reserved field.
  * @cfg8b_w1:              Compound descriptor command queue origin produced
  *                         by qDMA and dynamic debug field.
- * @data                   Pointer to the memory 40-bit address, describes DMA
+ * @data:                  Pointer to the memory 40-bit address, describes DMA
  *                         source information and DMA destination information.
  */
 struct fsl_qdma_format {