diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2022-11-07 17:55:14 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-08 04:26:37 +0300 |
commit | 689469ea4ce0fc17f1ddf2f5f730cb565bb5ef9c (patch) | |
tree | 446e437cef466481c02e1fa0b2777a662f19a520 /arch/arm64/boot/dts/qcom/msm8998-mtp.dts | |
parent | 83e8692144fbda4a8f86087170d9ce26e64993d7 (diff) | |
download | linux-689469ea4ce0fc17f1ddf2f5f730cb565bb5ef9c.tar.xz |
arm64: dts: qcom: msm8998-*: Fix up comments
Switch '//' comments to C-style /* */ and fix up the contents of some.
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-5-konrad.dybcio@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8998-mtp.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998-mtp.dts | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts index 00032ed3f4aa..453a1c9e9808 100644 --- a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts +++ b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts @@ -124,15 +124,11 @@ }; &funnel4 { - // FIXME: Figure out why clock late_initcall crashes the board with - // this enabled. - // status = "okay"; + /* FIXME: Figure out why clock late_initcall crashes the board with this enabled. */ }; &funnel5 { - // FIXME: Figure out why clock late_initcall crashes the board with - // this enabled. - // status = "okay"; + /* FIXME: Figure out why clock late_initcall crashes the board with this enabled. */ }; &pcie0 { |