diff options
author | Lee Jones <[email protected]> | 2020-07-14 12:15:34 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-07-15 17:50:46 +0530 |
commit | f9e036df575d8efce6fd469acd9df3148c2adf6e (patch) | |
tree | a795d9ad78a3f00b45a65060ce6793e05b4cf9c3 | |
parent | 6cfb8321cfb5a50a2a9a0bbcf61a1bb55f13ace8 (diff) |
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 <[email protected]>
Cc: Philipp Zabel <[email protected]>
Cc: Jaswinder Singh <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | drivers/dma/pl330.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |