Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: tegra20: Fix mixed tabs-spaces indentation

Fix indentation and alignment when spaces were used instead of tabs.
This fixes checkpatch errors like:

ERROR: code indent should use tabs where possible
#306: FILE: arch/arm/boot/dts/tegra20-paz00.dts:306:
+^I^I <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;$

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
06d561ca fee8cdc2

+3 -3
+3 -3
arch/arm/boot/dts/tegra20-paz00.dts
··· 303 303 request-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>; 304 304 slave-addr = <138>; 305 305 clocks = <&tegra_car TEGRA20_CLK_I2C3>, 306 - <&tegra_car TEGRA20_CLK_PLL_P_OUT3>; 306 + <&tegra_car TEGRA20_CLK_PLL_P_OUT3>; 307 307 clock-names = "div-clk", "fast-clk"; 308 308 resets = <&tegra_car 67>; 309 309 reset-names = "i2c"; ··· 599 599 GPIO_ACTIVE_HIGH>; 600 600 601 601 clocks = <&tegra_car TEGRA20_CLK_PLL_A>, 602 - <&tegra_car TEGRA20_CLK_PLL_A_OUT0>, 603 - <&tegra_car TEGRA20_CLK_CDEV1>; 602 + <&tegra_car TEGRA20_CLK_PLL_A_OUT0>, 603 + <&tegra_car TEGRA20_CLK_CDEV1>; 604 604 clock-names = "pll_a", "pll_a_out0", "mclk"; 605 605 }; 606 606 };