mbox series

[00/11] Minor DT comment cleanups

Message ID 20221107145522.6706-1-konrad.dybcio@linaro.org (mailing list archive)
Headers show
Series Minor DT comment cleanups | expand

Message

Konrad Dybcio Nov. 7, 2022, 2:55 p.m. UTC
Ensure the usage of C-style (/* */) comments instead of '//'.
Make sure all multiline C-style commends begin with just '/*' with
the comment text starting on a new line.

I also capitalized some comments differently and trimmed some fluff.

This patchset brings no functional change, purely for cosmetic and
code style purposes.

I also caught a single sneaky raw value with a proper #define constant
sitting next to it in the comment..


Konrad Dybcio (11):
  arm64: dts: qcom: msm/apq8x16-*: Fix up comments
  arm64: dts: qcom: msm/apq8x96-*: Fix up comments
  arm64: dts: qcom: msm8953: Fix up comments
  arm64: dts: qcom: msm8998-*: Fix up comments
  arm64: dts: qcom: sc8280xp-x13s: Fix up comments
  arm64: dts: qcom: sdm845-*: Fix up comments
  arm64: dts: qcom: ipq8074-*: Fix up comments
  arm64: dts: qcom: msm8992-*: Fix up comments
  arm64: dts: qcom: msm8994-*: Fix up comments
  arm64: dts: qcom: qcs404-*: Fix up comments
  arm64: dts: qcom: pm6150/l/pm7325/pms405: Fix up comments

 arch/arm64/boot/dts/qcom/apq8016-sbc.dts      |  2 +-
 arch/arm64/boot/dts/qcom/apq8096-db820c.dts   | 14 +++----
 arch/arm64/boot/dts/qcom/ipq8074-hk01.dts     |  3 +-
 arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts  |  3 +-
 arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts  |  3 +-
 arch/arm64/boot/dts/qcom/ipq8074.dtsi         | 12 +++---
 .../arm64/boot/dts/qcom/msm8916-huawei-g7.dts |  4 +-
 .../boot/dts/qcom/msm8916-longcheer-l8150.dts |  6 +--
 arch/arm64/boot/dts/qcom/msm8916-pins.dtsi    |  2 +-
 .../dts/qcom/msm8916-samsung-serranove.dts    |  4 +-
 .../dts/qcom/msm8916-wingtech-wt88047.dts     |  4 +-
 arch/arm64/boot/dts/qcom/msm8916.dtsi         | 10 ++---
 arch/arm64/boot/dts/qcom/msm8953.dtsi         |  6 +--
 .../dts/qcom/msm8992-lg-bullhead-rev-10.dts   |  3 +-
 .../dts/qcom/msm8992-lg-bullhead-rev-101.dts  |  3 +-
 .../boot/dts/qcom/msm8992-lg-bullhead.dtsi    | 41 ++++++++++---------
 arch/arm64/boot/dts/qcom/msm8992.dtsi         |  3 +-
 .../qcom/msm8994-huawei-angler-rev-101.dts    |  3 +-
 arch/arm64/boot/dts/qcom/msm8994.dtsi         |  3 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |  3 +-
 .../boot/dts/qcom/msm8998-fxtec-pro1.dts      |  8 +---
 arch/arm64/boot/dts/qcom/msm8998-mtp.dts      |  8 +---
 arch/arm64/boot/dts/qcom/pm6150.dtsi          |  4 +-
 arch/arm64/boot/dts/qcom/pm6150l.dtsi         |  4 +-
 arch/arm64/boot/dts/qcom/pm7325.dtsi          |  4 +-
 arch/arm64/boot/dts/qcom/pms405.dtsi          |  4 +-
 arch/arm64/boot/dts/qcom/qcs404-evb-1000.dts  |  4 +-
 arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts  |  4 +-
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi      |  4 +-
 arch/arm64/boot/dts/qcom/qcs404.dtsi          |  4 +-
 .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts    |  2 +-
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts    | 38 ++++++++++-------
 .../boot/dts/qcom/sdm845-oneplus-common.dtsi  |  5 ++-
 .../boot/dts/qcom/sdm850-samsung-w737.dts     |  2 +-
 34 files changed, 131 insertions(+), 96 deletions(-)

Comments

Petr Vorel Nov. 7, 2022, 11:38 p.m. UTC | #1
Hi Konrad,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
for whole patchset.

Kind regards,
Petr
Bjorn Andersson Nov. 8, 2022, 1:27 a.m. UTC | #2
On Mon, 7 Nov 2022 15:55:10 +0100, Konrad Dybcio wrote:
> Ensure the usage of C-style (/* */) comments instead of '//'.
> Make sure all multiline C-style commends begin with just '/*' with
> the comment text starting on a new line.
> 
> I also capitalized some comments differently and trimmed some fluff.
> 
> This patchset brings no functional change, purely for cosmetic and
> code style purposes.
> 
> [...]

Applied, thanks!

[01/11] arm64: dts: qcom: msm/apq8x16-*: Fix up comments
        commit: 4bb376f6cc715fb9182942df08d492965d5f0127
[02/11] arm64: dts: qcom: msm/apq8x96-*: Fix up comments
        commit: bd95b48a591cc0fd767b3c737b8d59cea5ff428d
[03/11] arm64: dts: qcom: msm8953: Fix up comments
        commit: 83e8692144fbda4a8f86087170d9ce26e64993d7
[04/11] arm64: dts: qcom: msm8998-*: Fix up comments
        commit: 689469ea4ce0fc17f1ddf2f5f730cb565bb5ef9c
[05/11] arm64: dts: qcom: sc8280xp-x13s: Fix up comments
        commit: b47fac7ab95b2567b6b39dae8dd66926368f2713
[06/11] arm64: dts: qcom: sdm845-*: Fix up comments
        commit: 108162894a5db9d1eba20650d050de27e730d818
[07/11] arm64: dts: qcom: ipq8074-*: Fix up comments
        commit: d5d8e59f356d426ba164ea37adfa629196b4fbd0
[08/11] arm64: dts: qcom: msm8992-*: Fix up comments
        commit: 290d43062d261cebd17ff590dc91f1d1e3fe6eed
[09/11] arm64: dts: qcom: msm8994-*: Fix up comments
        commit: 79b185d055703004aeb9252f2aa60ab03c868803
[10/11] arm64: dts: qcom: qcs404-*: Fix up comments
        commit: 3e3a2be79035a9e554ee5f62faf955601f85fca9
[11/11] arm64: dts: qcom: pm6150/l/pm7325/pms405: Fix up comments
        commit: 5d9bf21088fddefe681a70d061b78b9b58fb764b

Best regards,