aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2020-11-21 19:22:00 -0800
committerSantosh Shilimkar <[email protected]>2020-11-21 19:22:00 -0800
commited93a9e2a1a8448597b4ed4f28b5b7048d4e09e8 (patch)
treeaf23423e30202e7c6055e7e737763ca78753b9b9
parente8ebf411966f65d74693d21bd7b2ea7554a36b19 (diff)
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 <[email protected]> Cc: Sandeep Nair <[email protected]> Cc: Cyril Chemparathy <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
-rw-r--r--drivers/soc/ti/knav_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/ti/knav_dma.c b/drivers/soc/ti/knav_dma.c
index 8c863ecb1c60..b2d63d8854d6 100644
--- a/drivers/soc/ti/knav_dma.c
+++ b/drivers/soc/ti/knav_dma.c
@@ -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)