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>
This commit is contained in:
Green Wan 2019-11-18 22:35:52 +08:00 committed by Vinod Koul
parent 340049d453
commit dd9c324a5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/**
/*
* SiFive FU540 Platform DMA driver
* Copyright (C) 2019 SiFive
*

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/**
/*
* SiFive FU540 Platform DMA driver
* Copyright (C) 2019 SiFive
*