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)
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

index 16fe00553496fbf9b44d6a6a6b2789c893161a3c..e8b9770dcfbac86723f2cd9f721622e2cb59ca03 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
-/**
+/*
  * SiFive FU540 Platform DMA driver
  * Copyright (C) 2019 SiFive
  *
index 55816c9e0249012edb262820326ef825960f8e5b..aab65a0bdfccc2d1cfd671c668711f8476880210 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-or-later */
-/**
+/*
  * SiFive FU540 Platform DMA driver
  * Copyright (C) 2019 SiFive
  *