Skip to content

Commit

Permalink
soc: ti: knav_dma: Fix a kernel function doc formatting issue
Browse files Browse the repository at this point in the history
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: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
  • Loading branch information
Lee Jones authored and Santosh Shilimkar committed Nov 22, 2020
1 parent e8ebf41 commit ed93a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/ti/knav_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ EXPORT_SYMBOL_GPL(knav_dma_open_channel);
/**
* knav_dma_close_channel() - Destroy a dma channel
*
* channel: dma channel handle
* @channel: dma channel handle
*
*/
void knav_dma_close_channel(void *channel)
Expand Down

0 comments on commit ed93a9e

Please sign in to comment.