diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2020-01-18 18:19:00 +0530 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-02-17 11:53:25 +0100 |
commit | 107539fb7fe22915fa5bd78db691d21f95fdc3b3 (patch) | |
tree | 3402be00871d59ebd8f8d89d7652e9e1d443d028 /drivers/soc/renesas | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) |
soc: renesas: rcar-sysc: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header file related to Renesas Soc driver support.
It assigns explicit block comment to the SPDX License Identifier.
Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.
Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Link: https://lore.kernel.org/r/20200118124856.GA3421@nishad
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/soc/renesas')
-rw-r--r-- | drivers/soc/renesas/rcar-sysc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soc/renesas/rcar-sysc.h b/drivers/soc/renesas/rcar-sysc.h index 8d074489fba9..0fc3b119930a 100644 --- a/drivers/soc/renesas/rcar-sysc.h +++ b/drivers/soc/renesas/rcar-sysc.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0 - * +/* SPDX-License-Identifier: GPL-2.0 */ +/* * Renesas R-Car System Controller * * Copyright (C) 2016 Glider bvba |