dmaengine: owl-dma: fix kernel-doc style for enum
authorVinod Koul <vkoul@kernel.org>
Wed, 7 Oct 2020 08:31:13 +0000 (14:01 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 8 Oct 2020 09:48:48 +0000 (15:18 +0530)
commitfc143e38ddd47d3b01ac276786ee78edf053bf5d
tree166c8dac413c2444e74f10f4439c68a19311b02c
parent2997ced4eca9b57eabb777141d9db0148d0922f1
dmaengine: owl-dma: fix kernel-doc style for enum

Driver doesn't use keyword enum for enum owl_dmadesc_offsets resulting
in warning:

drivers/dma/owl-dma.c:139: warning: cannot understand function prototype:
'enum owl_dmadesc_offsets '

So add the keyword to fix it and also add documentation for missing
OWL_DMADESC_SIZE

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20201007083113.567559-6-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/owl-dma.c