diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2022-11-07 17:55:17 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-08 04:26:37 +0300 |
commit | d5d8e59f356d426ba164ea37adfa629196b4fbd0 (patch) | |
tree | 67b8384a459c91f1ba4f65a9b360dd5c744926ef /arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | |
parent | 108162894a5db9d1eba20650d050de27e730d818 (diff) | |
download | linux-d5d8e59f356d426ba164ea37adfa629196b4fbd0.tar.xz |
arm64: dts: qcom: ipq8074-*: Fix up comments
Make sure all multiline C-style commends begin with just '/*' with
the comment text starting on a new line.
Also, fix up some whitespace within comments.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221107145522.6706-8-konrad.dybcio@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq8074-hk01.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts index c3f3f78271e9..ca3f96646b90 100644 --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only /dts-v1/; -/* Copyright (c) 2017, The Linux Foundation. All rights reserved. +/* + * Copyright (c) 2017, The Linux Foundation. All rights reserved. */ #include "ipq8074.dtsi" #include "pmp8074.dtsi" |