diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-10 22:18:01 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 23:19:05 +0900 |
commit | ea566a4b61b98ad98a959db59acb1243b7a9952b (patch) | |
tree | 9181a413ec7e72167b322b5ff7cf89ee1119a980 /arch/arm/boot/dts/uniphier-ld6b.dtsi | |
parent | 8191f4db123455e90a6508b13d87aa21f8ca6f1d (diff) | |
download | lwn-ea566a4b61b98ad98a959db59acb1243b7a9952b.tar.gz lwn-ea566a4b61b98ad98a959db59acb1243b7a9952b.zip |
ARM: dts: uniphier: use proper SPDX-License-Identifier style
According to Documentation/process/license-rules.rst, move the SPDX
License Identifier to the very top of the file. I used C++ comment
style not only for the SPDX line but for the entire block because
this seems Linus' preference [1]. I also dropped the parentheses to
follow the examples in that document.
[1] https://lkml.org/lkml/2017/11/25/133
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld6b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b.dtsi | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b.dtsi b/arch/arm/boot/dts/uniphier-ld6b.dtsi index 9a7b25cc8233..4d07a94c6b34 100644 --- a/arch/arm/boot/dts/uniphier-ld6b.dtsi +++ b/arch/arm/boot/dts/uniphier-ld6b.dtsi @@ -1,11 +1,9 @@ -/* - * Device Tree Source for UniPhier LD6b SoC - * - * Copyright (C) 2015-2016 Socionext Inc. - * Author: Masahiro Yamada <yamada.masahiro@socionext.com> - * - * SPDX-License-Identifier: (GPL-2.0+ OR MIT) - */ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +// +// Device Tree Source for UniPhier LD6b SoC +// +// Copyright (C) 2015-2016 Socionext Inc. +// Author: Masahiro Yamada <yamada.masahiro@socionext.com> /* * LD6b consists of two silicon dies: D-chip and A-chip. |