[PATCH] arm64: dts: colibri-imx8x: Fix typo "rewritting"

WangYuli posted 1 patch 1 month, 1 week ago
arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: colibri-imx8x: Fix typo "rewritting"
Posted by WangYuli 1 month, 1 week ago
There is a spelling mistake of 'rewritting' in comments which
should be 'rewriting'.

Suggested-by: Simon Horman <horms@kernel.org>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
index edba5b582414..425ab37c01ea 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
@@ -698,7 +698,7 @@ pinctrl_hog2: hog2grp {
 
 	/*
 	 * This pin is used in the SCFW as a UART. Using it from
-	 * Linux would require rewritting the SCFW board file.
+	 * Linux would require rewriting the SCFW board file.
 	 */
 	pinctrl_hog_scfw: hogscfwgrp {
 		fsl,pins = <IMX8QXP_SCU_GPIO0_00_LSIO_GPIO2_IO03		0x20>;		/* SODIMM 144 */
-- 
2.45.2
Re: [PATCH] arm64: dts: colibri-imx8x: Fix typo "rewritting"
Posted by Shawn Guo 1 month ago
On Fri, Oct 18, 2024 at 10:33:40AM +0800, WangYuli wrote:
> There is a spelling mistake of 'rewritting' in comments which
> should be 'rewriting'.
> 
> Suggested-by: Simon Horman <horms@kernel.org>
> Signed-off-by: WangYuli <wangyuli@uniontech.com>

Applied, thanks!
Re: [PATCH] arm64: dts: colibri-imx8x: Fix typo "rewritting"
Posted by Simon Horman 1 month, 1 week ago
On Fri, Oct 18, 2024 at 10:33:40AM +0800, WangYuli wrote:
> There is a spelling mistake of 'rewritting' in comments which
> should be 'rewriting'.
> 
> Suggested-by: Simon Horman <horms@kernel.org>
> Signed-off-by: WangYuli <wangyuli@uniontech.com>

Reviewed-by: Simon Horman <horms@kernel.org>