cosmetic fixes for ar7: indent, use lowercase hex notation, format
[15.05/openwrt.git] / target / linux / ar7 / files / arch / mips / ar7 / clock.c
index 9bdc8f4..56ade75 100644 (file)
@@ -339,7 +339,7 @@ static int tnetd7200_get_clock_base(int clock_id, u32 *bootcr)
                        return AR7_AFE_CLOCK;
                }
        } else {
-               // Sync
+               // Sync
                if (*bootcr & BOOT_PLL_2TO1_MODE) {
                        // 2:1
                        switch (clock_id) {
@@ -348,7 +348,7 @@ static int tnetd7200_get_clock_base(int clock_id, u32 *bootcr)
                        default:
                                return AR7_AFE_CLOCK;
                        }
-               } else {
+               } else {
                        // 1:1
                        return AR7_REF_CLOCK;
                }