diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-12-14 16:26:42 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2019-12-16 13:16:14 +0300 |
commit | cabbaed7198976cb1d7317830aa2fde935d0519c (patch) | |
tree | 693e9d3d7282617f4c424e75c1000fbaed289bb6 /arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts | |
parent | b4b8f2c961582f4ab9176e35f59b8ed6a5e108c6 (diff) | |
download | linux-cabbaed7198976cb1d7317830aa2fde935d0519c.tar.xz |
arm64: dts: allwinner: unify header comment style
Allwinner device tree files used different comment style for
copyright notice.
Update this to keep a coherency.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts index d9e3be17d842..cb44bfa5981f 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts @@ -1,10 +1,7 @@ // SPDX-License-Identifier: (GPL-2.0+ OR MIT) -/* - * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz> - * - * Based on sun50i-h5-orangepi-pc2.dts, which is: - * Copyright (C) 2016 ARM Ltd. - */ +// Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.xyz> +// Based on sun50i-h5-orangepi-pc2.dts, which is: +// Copyright (C) 2016 ARM Ltd. /dts-v1/; #include "sun50i-h5.dtsi" |