soc: aspeed-lpc-ctrl: Fix whitespace
authorJoel Stanley <joel@jms.id.au>
Fri, 25 Sep 2020 05:22:44 +0000 (14:52 +0930)
committerJoel Stanley <joel@jms.id.au>
Fri, 25 Sep 2020 05:24:42 +0000 (14:54 +0930)
Some misaligned indentation I noticed when applying another patch.

Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/soc/aspeed/aspeed-lpc-ctrl.c

index ee2def4ffda3798db693a6ed147bb7cf37928bac..53373c164cd53ce80452797627bf51d803566291 100644 (file)
@@ -34,8 +34,8 @@ struct aspeed_lpc_ctrl {
        struct clk              *clk;
        phys_addr_t             mem_base;
        resource_size_t         mem_size;
-       u32             pnor_size;
-       u32             pnor_base;
+       u32                     pnor_size;
+       u32                     pnor_base;
        bool                    fwh2ahb;
 };