MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / cavium-octeon / octeon_boot.h
index 428864b2ba4133070c563023f9c170346e24c4ca..7b066bbca86d11f9020932475854e85944347db7 100644 (file)
@@ -31,7 +31,7 @@ struct boot_init_vector {
        uint32_t k0_val;
        /* Address of boot info block structure */
        uint64_t boot_info_addr;
-       uint32_t flags;         /* flags */
+       uint32_t flags;         /* flags */
        uint32_t pad;
 };
 
@@ -53,20 +53,20 @@ struct linux_app_boot_info {
 
 /* If not to copy a lot of bootloader's structures
    here is only offset of requested member */
-#define AVAIL_COREMASK_OFFSET_IN_LINUX_APP_BOOT_BLOCK    0x765c
+#define AVAIL_COREMASK_OFFSET_IN_LINUX_APP_BOOT_BLOCK   0x765c
 
 /* hardcoded in bootloader */
-#define  LABI_ADDR_IN_BOOTLOADER                         0x700
+#define         LABI_ADDR_IN_BOOTLOADER                         0x700
 
 #define LINUX_APP_BOOT_BLOCK_NAME "linux-app-boot"
 
 #define LABI_SIGNATURE 0xAABBCC01
 
 /*  from uboot-headers/octeon_mem_map.h */
-#define EXCEPTION_BASE_INCR     (4 * 1024)
+#define EXCEPTION_BASE_INCR    (4 * 1024)
                               /* Increment size for exception base addresses (4k minimum) */
-#define EXCEPTION_BASE_BASE     0
-#define BOOTLOADER_PRIV_DATA_BASE       (EXCEPTION_BASE_BASE + 0x800)
-#define BOOTLOADER_BOOT_VECTOR          (BOOTLOADER_PRIV_DATA_BASE)
+#define EXCEPTION_BASE_BASE    0
+#define BOOTLOADER_PRIV_DATA_BASE      (EXCEPTION_BASE_BASE + 0x800)
+#define BOOTLOADER_BOOT_VECTOR         (BOOTLOADER_PRIV_DATA_BASE)
 
 #endif /* __OCTEON_BOOT_H__ */