mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
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:
parent
340049d453
commit
dd9c324a5e
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/**
|
||||
/*
|
||||
* SiFive FU540 Platform DMA driver
|
||||
* Copyright (C) 2019 SiFive
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/**
|
||||
/*
|
||||
* SiFive FU540 Platform DMA driver
|
||||
* Copyright (C) 2019 SiFive
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user