cosmetic fixes for ar7: indent, use lowercase hex notation, format
[15.05/openwrt.git] / target / linux / ar7 / files / arch / mips / ar7 / setup.c
index 4abc39f..b3bd56e 100644 (file)
@@ -61,7 +61,7 @@ static void ar7_machine_halt(void)
 
 static void ar7_machine_power_off(void)
 {
-        volatile u32 *power_reg = (u32 *)ioremap(AR7_REGS_POWER, 1);
+       volatile u32 *power_reg = (u32 *)ioremap(AR7_REGS_POWER, 1);
        u32 power_state = *power_reg | (3 << 30);
        *power_reg = power_state;
        ar7_machine_halt();