Commit ed93a9e2 authored by Lee Jones's avatar Lee Jones Committed by Santosh Shilimkar

soc: ti: knav_dma: Fix a kernel function doc formatting issue

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

 drivers/soc/ti/knav_dma.c:507: warning: Function parameter or member 'channel' not described in 'knav_dma_close_channel'

Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: Sandeep Nair <sandeep_n@ti.com>
Cc: Cyril Chemparathy <cyril@ti.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
parent e8ebf411
...@@ -500,7 +500,7 @@ EXPORT_SYMBOL_GPL(knav_dma_open_channel); ...@@ -500,7 +500,7 @@ EXPORT_SYMBOL_GPL(knav_dma_open_channel);
/** /**
* knav_dma_close_channel() - Destroy a dma channel * knav_dma_close_channel() - Destroy a dma channel
* *
* channel: dma channel handle * @channel: dma channel handle
* *
*/ */
void knav_dma_close_channel(void *channel) void knav_dma_close_channel(void *channel)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment