diff options
author | Tom Rix <trix@redhat.com> | 2022-03-10 01:23:02 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-03-11 02:22:25 +0300 |
commit | 6853fece628c5a968e4c264d26a4f7750de42199 (patch) | |
tree | 6b39116cdaa0f9ac6af0840b570d247f7b95ab48 /include/dt-bindings/clock/marvell,mmp2.h | |
parent | b48b563626655fe1d43a79e5ceb9d6367f851edc (diff) | |
download | linux-6853fece628c5a968e4c264d26a4f7750de42199.tar.xz |
dt-bindings: clk: cleanup comments
For spdx, first line /* */ for *.h, change tab to space
Replacements
devider to divider
Comunications to Communications
periphrals to peripherals
supportted to supported
wich to which
Documentatoin to Documentation
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220309222302.1114561-1-trix@redhat.com
Diffstat (limited to 'include/dt-bindings/clock/marvell,mmp2.h')
-rw-r--r-- | include/dt-bindings/clock/marvell,mmp2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/marvell,mmp2.h b/include/dt-bindings/clock/marvell,mmp2.h index 87f5ad5df72f..f0819d66b230 100644 --- a/include/dt-bindings/clock/marvell,mmp2.h +++ b/include/dt-bindings/clock/marvell,mmp2.h @@ -32,7 +32,7 @@ #define MMP2_CLK_I2S0 31 #define MMP2_CLK_I2S1 32 -/* apb periphrals */ +/* apb peripherals */ #define MMP2_CLK_TWSI0 60 #define MMP2_CLK_TWSI1 61 #define MMP2_CLK_TWSI2 62 @@ -60,7 +60,7 @@ #define MMP3_CLK_THERMAL2 84 #define MMP3_CLK_THERMAL3 85 -/* axi periphrals */ +/* axi peripherals */ #define MMP2_CLK_SDH0 101 #define MMP2_CLK_SDH1 102 #define MMP2_CLK_SDH2 103 |