mirror of https://gitee.com/openkylin/linux.git
soc: aspeed-lpc-ctrl: Fix whitespace
Some misaligned indentation I noticed when applying another patch. Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
5042d3f278
commit
4d1d81dbc9
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue