Skip to content

Commit

Permalink
arm64: dts: altera: adjust whitespace around '='
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Dinh Nguyen committed Jun 14, 2022
1 parent a2a4ee5 commit 85d616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
};

qspi: spi@ff8d2000 {
compatible = "intel,socfpga-qspi", "cdns,qspi-nor";
compatible = "intel,socfpga-qspi", "cdns,qspi-nor";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xff8d2000 0x100>,
Expand Down

0 comments on commit 85d616d

Please sign in to comment.