From: Kuninori Morimoto Date: Wed, 4 Jul 2018 00:34:10 +0000 (+0000) Subject: dmaengine: rcar-dmac: convert to SPDX identifiers X-Git-Tag: for-linus-20180825~44^2~4^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b9b0a74aad1ca47544f875d6afac4d91e789f67c;p=linux-block.git 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 Reviewed-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart Signed-off-by: Vinod Koul --- 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 - * - * 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