ARM: l2x0: correct indentation

This is a trivial commit.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2015-10-12 15:54:49 +02:00 committed by Sascha Hauer
parent 54bf386650
commit b4e1bdbb50

View file

@ -129,7 +129,7 @@ static void l2x0_disable(void)
writel(0, l2x0_base + L2X0_CTRL);
}
void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask)
void l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask)
{
__u32 aux;
__u32 cache_id;
@ -161,7 +161,7 @@ void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask)
break;
}
l2x0_way_mask = (1 << ways) - 1;
l2x0_way_mask = (1 << ways) - 1;
/*
* Check if l2x0 controller is already enabled.