Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

can: rcar: add SPDX identifiers to Kconfig and Makefile

This patch adds SPDX-License-Identifier to Kconfig and Makefile.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Kuninori Morimoto and committed by
Marc Kleine-Budde
e3dfddbf 7af42e50

+2
+1
drivers/net/can/rcar/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 config CAN_RCAR 2 3 tristate "Renesas R-Car CAN controller" 3 4 depends on ARCH_RENESAS || ARM
+1
drivers/net/can/rcar/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the Renesas R-Car CAN & CAN FD controller drivers 3 4 #