Message ID | 20220526203714.831177-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | b03f15ee9881310cacfab1db0967598f88bfbb4d |
Headers | show |
Series | ARM: dts: sd: adjust whitespace around '=' | expand |
On Thu, 26 May 2022 22:37:14 +0200, Krzysztof Kozlowski wrote: > Fix whitespace coding style: use single space instead of tabs or > multiple spaces around '=' sign in property assignment. No functional > changes (same DTB). > > Applied, thanks! [1/1] ARM: dts: sd: adjust whitespace around '=' https://git.kernel.org/krzk/linux/c/b03f15ee9881310cacfab1db0967598f88bfbb4d Best regards,
diff --git a/arch/arm/boot/dts/sd5203.dts b/arch/arm/boot/dts/sd5203.dts index a61a078ea042..69381819e07b 100644 --- a/arch/arm/boot/dts/sd5203.dts +++ b/arch/arm/boot/dts/sd5203.dts @@ -15,7 +15,7 @@ / { #size-cells = <1>; chosen { - bootargs="console=ttyS0,9600 earlycon=uart8250,mmio32,0x1600d000"; + bootargs = "console=ttyS0,9600 earlycon=uart8250,mmio32,0x1600d000"; }; aliases {
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Output compared with dtx_diff and fdtdump. --- arch/arm/boot/dts/sd5203.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)