[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200714111546.1755231-6-lee.jones@linaro.org>
Date: Tue, 14 Jul 2020 12:15:34 +0100
From: Lee Jones <lee.jones@...aro.org>
To: dan.j.williams@...el.com, vkoul@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
dmaengine@...r.kernel.org, Lee Jones <lee.jones@...aro.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Jaswinder Singh <jassi.brar@...sung.com>
Subject: [PATCH 05/17] dma: pl330: Demote obvious misuse of kerneldoc to standard comment block
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@...gutronix.de>
Cc: Jaswinder Singh <jassi.brar@...sung.com>
Signed-off-by: Lee Jones <lee.jones@...aro.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
Powered by blists - more mailing lists