| commit | 641261ceb5cca43457cea5fafa6d53e43b371cab | [log] [tgz] |
|---|---|---|
| author | Vinod Koul <vkoul@kernel.org> | Wed Oct 07 12:53:58 2020 +0530 |
| committer | Vinod Koul <vkoul@kernel.org> | Wed Oct 07 16:20:49 2020 +0530 |
| tree | 166c8dac413c2444e74f10f4439c68a19311b02c | |
| parent | ca51dbeb4be0a157ea01f86f20283aa61d80b986 [diff] |
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>