summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
diff options
context:
space:
mode:
authorKuninori Morimoto2018-07-04 02:34:10 +0200
committerVinod Koul2018-07-06 08:02:33 +0200
commitb9b0a74aad1ca47544f875d6afac4d91e789f67c (patch)
tree0e101bfe69e5af04d4ae54f86d9376bf6691e6b5 /drivers/dma/sh
parentdmaengine: rcar-dmac: don't use DMAC error interrupt (diff)
downloadkernel-qcow2-linux-b9b0a74aad1ca47544f875d6afac4d91e789f67c.tar.gz
kernel-qcow2-linux-b9b0a74aad1ca47544f875d6afac4d91e789f67c.tar.xz
kernel-qcow2-linux-b9b0a74aad1ca47544f875d6afac4d91e789f67c.zip
dmaengine: rcar-dmac: convert to SPDX identifiers
This patch is using C++ comment style for SPDX line only, because driver author want it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/sh')
-rw-r--r--drivers/dma/sh/rcar-dmac.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c
index 279c930c4a76..6b3cdb709287 100644
--- a/drivers/dma/sh/rcar-dmac.c
+++ b/drivers/dma/sh/rcar-dmac.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Renesas R-Car Gen2 DMA Controller Driver
*
* Copyright (C) 2014 Renesas Electronics Inc.
*
* Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
- *
- * This is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
*/
#include <linux/delay.h>