]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: sf-pdma: replace /** with /* for non-function comment
authorGreen Wan <green.wan@sifive.com>
Mon, 18 Nov 2019 14:35:52 +0000 (22:35 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 22 Nov 2019 05:45:28 +0000 (11:15 +0530)
commitdd9c324a5e96bfdc4c5c965da6fbd680340cd3f2
tree35747f3f7e6fe56adb31b17dc1d49509072ae12a
parent340049d453682a9fe8d91fe794dd091730f4bb25
dmaengine: sf-pdma: replace /** with /* for non-function comment

There are several comments starting from "/**" but not for function
comment purpose. It causes kernel-doc parsing wrong string. Replace
"/**" with "/*" to fix them.

Signed-off-by: Green Wan <green.wan@sifive.com>
Link: https://lore.kernel.org/r/20191118143554.16129-1-green.wan@sifive.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sf-pdma/sf-pdma.c
drivers/dma/sf-pdma/sf-pdma.h