Skip to content
Snippets Groups Projects
Commit 599b7aeb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Thierry Reding
Browse files

arm64: tegra: Adjust whitespace around '='


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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent afcb41e3
No related branches found
No related tags found
No related merge requests found
...@@ -1055,7 +1055,7 @@ padctl: padctl@7009f000 { ...@@ -1055,7 +1055,7 @@ padctl: padctl@7009f000 {
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
resets = <&tegra_car 142>; resets = <&tegra_car 142>;
reset-names = "padctl"; reset-names = "padctl";
nvidia,pmc = <&tegra_pmc>; nvidia,pmc = <&tegra_pmc>;
status = "disabled"; status = "disabled";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment