Commit dd9c324a authored by Green Wan's avatar Green Wan Committed by Vinod Koul

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: default avatarGreen Wan <green.wan@sifive.com>
Link: https://lore.kernel.org/r/20191118143554.16129-1-green.wan@sifive.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 340049d4
// SPDX-License-Identifier: GPL-2.0-or-later
/**
/*
* SiFive FU540 Platform DMA driver
* Copyright (C) 2019 SiFive
*
......
/* SPDX-License-Identifier: GPL-2.0-or-later */
/**
/*
* SiFive FU540 Platform DMA driver
* Copyright (C) 2019 SiFive
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment