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,pxa168.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,pxa168.h')
-rw-r--r-- | include/dt-bindings/clock/marvell,pxa168.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/marvell,pxa168.h b/include/dt-bindings/clock/marvell,pxa168.h index caf90436b848..db2b41f1b127 100644 --- a/include/dt-bindings/clock/marvell,pxa168.h +++ b/include/dt-bindings/clock/marvell,pxa168.h @@ -23,7 +23,7 @@ #define PXA168_CLK_UART_PLL 27 #define PXA168_CLK_USB_PLL 28 -/* apb periphrals */ +/* apb peripherals */ #define PXA168_CLK_TWSI0 60 #define PXA168_CLK_TWSI1 61 #define PXA168_CLK_TWSI2 62 @@ -45,7 +45,7 @@ #define PXA168_CLK_SSP4 78 #define PXA168_CLK_TIMER 79 -/* axi periphrals */ +/* axi peripherals */ #define PXA168_CLK_DFC 100 #define PXA168_CLK_SDH0 101 #define PXA168_CLK_SDH1 102 |