Re: [PATCH 1/1] dmaengine: fix incorrect kernel-doc comment for struct dma_slave_config

2013-12-18 Thread Vinod Koul
On Mon, Dec 16, 2013 at 12:12:17PM +0400, Alexander Popov wrote: > The 'direction' member of 'struct dma_slave_config' is of data > type 'enum dma_transfer_direction', so update the kernel-doc comment > for 'struct dma_slave_config' to refer to appropriate values. > > Signed-off-by: Alexander Popo

[PATCH 1/1] dmaengine: fix incorrect kernel-doc comment for struct dma_slave_config

2013-12-16 Thread Alexander Popov
The 'direction' member of 'struct dma_slave_config' is of data type 'enum dma_transfer_direction', so update the kernel-doc comment for 'struct dma_slave_config' to refer to appropriate values. Signed-off-by: Alexander Popov --- include/linux/dmaengine.h | 5 ++--- 1 file changed, 2 insertions(+