[PATCH 05/17] dma: pl330: Demote obvious misuse of kerneldoc to standard comment block

Lee Jones lee.jones at linaro.org
Tue Jul 14 07:15:34 EDT 2020


No 'struct' title is provided.  Nor are any attribute descriptions.

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

 drivers/dma/pl330.c:295: warning: cannot understand function prototype: 'struct pl330_reqcfg '

Cc: Philipp Zabel <p.zabel at pengutronix.de>
Cc: Jaswinder Singh <jassi.brar at samsung.com>
Signed-off-by: Lee Jones <lee.jones at linaro.org>
---
 drivers/dma/pl330.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index 6a158eef6b8ad..4fc7aeec70a81 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -284,7 +284,7 @@ struct pl330_config {
 	u32		irq_ns;
 };
 
-/**
+/*
  * Request Configuration.
  * The PL330 core does not modify this and uses the last
  * working configuration if the request doesn't provide any.
-- 
2.25.1




More information about the linux-arm-kernel mailing list