[PATCH 08/25] soc: ti: knav_dma: Fix a kernel function doc formatting issue

Lee Jones lee.jones at linaro.org
Tue Nov 3 10:28:21 EST 2020


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 at kernel.org>
Cc: Sandeep Nair <sandeep_n at ti.com>
Cc: Cyril Chemparathy <cyril at ti.com>
Signed-off-by: Lee Jones <lee.jones at linaro.org>
---
 drivers/soc/ti/knav_dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/ti/knav_dma.c b/drivers/soc/ti/knav_dma.c
index 8c863ecb1c605..b2d63d8854d63 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)
-- 
2.25.1




More information about the linux-arm-kernel mailing list