From: Lee Jones Date: Tue, 14 Jul 2020 11:15:34 +0000 (+0100) Subject: dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment block X-Git-Tag: v5.9-rc1~96^2~1^2~33 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f9e036df575d8efce6fd469acd9df3148c2adf6e;p=linux-block.git dmaengine: 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 ' Signed-off-by: Lee Jones Cc: Philipp Zabel Cc: Jaswinder Singh Link: https://lore.kernel.org/r/20200714111546.1755231-6-lee.jones@linaro.org Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 3be8d462eab4..2c508ee672b9 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -285,7 +285,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.