diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-10 22:18:41 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 23:19:05 +0900 |
commit | 05f7e3d18673a35d1f6f2a7b61c5b0b895324b76 (patch) | |
tree | 8537dc90329928942447d921789bd19474f3e241 /arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | |
parent | ea566a4b61b98ad98a959db59acb1243b7a9952b (diff) | |
download | blackbird-op-linux-05f7e3d18673a35d1f6f2a7b61c5b0b895324b76.tar.gz blackbird-op-linux-05f7e3d18673a35d1f6f2a7b61c5b0b895324b76.zip |
arm64: 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/arm64/boot/dts/socionext/uniphier-ld20-global.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts index 6bee22eac00b..fe6608ea3277 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts @@ -1,12 +1,10 @@ -/* - * Device Tree Source for UniPhier LD20 Global Board - * - * Copyright (C) 2015-2017 Socionext Inc. - * Author: Masahiro Yamada <yamada.masahiro@socionext.com> - * Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - * - * SPDX-License-Identifier: (GPL-2.0+ OR MIT) - */ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +// +// Device Tree Source for UniPhier LD20 Global Board +// +// Copyright (C) 2015-2017 Socionext Inc. +// Author: Masahiro Yamada <yamada.masahiro@socionext.com> +// Kunihiko Hayashi <hayashi.kunihiko@socionext.com> /dts-v1/; #include <dt-bindings/gpio/uniphier-gpio.h> |