mbox series

[0/3] ARM: dts: samsung: Fix some typos in comments

Message ID 20230519190625.7844-1-aweber.kernel@gmail.com
Headers show
Series ARM: dts: samsung: Fix some typos in comments | expand

Message

Artur Weber May 19, 2023, 7:06 p.m. UTC
Change 'specfic' to 'specific', 'optiosn' to 'options' and remove
duplicated 'are listed' in DTSI heading comments. While we're at it,
fix the s5pv210-pinctrl.dtsi header (seems like it was copied out of
the main DTSI file and never changed to match the new contents).

This patch has been split off from a patch in a separate series:
"[PATCH v3 11/13] ARM: dts: exynos: Fix some typos in comments"
https://lore.kernel.org/all/20230501195525.6268-12-aweber.kernel@gmail.com/
It has been split into 3 separate commits: one for Exynos chips,
one for s3c64xx and one for s5pv210.

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>

Artur Weber (3):
  ARM: dts: exynos: Fix some typos in comments
  ARM: dts: s3c64xx: Fix some typos in comments
  ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header

 arch/arm/boot/dts/exynos3250-pinctrl.dtsi |  4 ++--
 arch/arm/boot/dts/exynos3250.dtsi         |  2 +-
 arch/arm/boot/dts/exynos4.dtsi            |  2 +-
 arch/arm/boot/dts/exynos4210-pinctrl.dtsi |  4 ++--
 arch/arm/boot/dts/exynos4412.dtsi         |  2 +-
 arch/arm/boot/dts/exynos4x12-pinctrl.dtsi |  4 ++--
 arch/arm/boot/dts/exynos5.dtsi            |  2 +-
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi |  4 ++--
 arch/arm/boot/dts/exynos5250.dtsi         |  2 +-
 arch/arm/boot/dts/exynos5260-pinctrl.dtsi |  2 +-
 arch/arm/boot/dts/exynos5410.dtsi         |  2 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi |  2 +-
 arch/arm/boot/dts/exynos5420.dtsi         |  2 +-
 arch/arm/boot/dts/exynos5800.dtsi         |  2 +-
 arch/arm/boot/dts/s3c6400.dtsi            |  2 +-
 arch/arm/boot/dts/s3c6410.dtsi            |  2 +-
 arch/arm/boot/dts/s3c64xx.dtsi            |  2 +-
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi    | 12 ++++--------
 arch/arm/boot/dts/s5pv210.dtsi            |  2 +-
 19 files changed, 26 insertions(+), 30 deletions(-)


base-commit: fd811cce9b92635799ba5c6de657e4a53c68adf6

Comments

Krzysztof Kozlowski May 30, 2023, 8:22 a.m. UTC | #1
On Fri, 19 May 2023 21:06:22 +0200, Artur Weber wrote:
> Change 'specfic' to 'specific', 'optiosn' to 'options' and remove
> duplicated 'are listed' in DTSI heading comments. While we're at it,
> fix the s5pv210-pinctrl.dtsi header (seems like it was copied out of
> the main DTSI file and never changed to match the new contents).
> 
> This patch has been split off from a patch in a separate series:
> "[PATCH v3 11/13] ARM: dts: exynos: Fix some typos in comments"
> https://lore.kernel.org/all/20230501195525.6268-12-aweber.kernel@gmail.com/
> It has been split into 3 separate commits: one for Exynos chips,
> one for s3c64xx and one for s5pv210.
> 
> [...]

Applied, thanks!

[1/3] ARM: dts: exynos: Fix some typos in comments
      https://git.kernel.org/krzk/linux/c/2f6905307a7bb998e819c03097f3cc54a51b015a
[2/3] ARM: dts: s3c64xx: Fix some typos in comments
      https://git.kernel.org/krzk/linux/c/316c31fba6eda4543d5e234b13d0c0605a83a643
[3/3] ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header
      https://git.kernel.org/krzk/linux/c/6a988251c4e53da33107c1975f578904c0635b43

Best regards,