MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / octeon / cvmx-bootinfo.h
index 1db1dc2724cb2c5ed74a83ae9fe8da05490e4c23..284fa8d773ba0774126b2387c15805110c961b82 100644 (file)
@@ -91,11 +91,11 @@ struct cvmx_bootinfo {
 #if (CVMX_BOOTINFO_MIN_VER >= 1)
        /*
         * Several boards support compact flash on the Octeon boot
-        * bus.  The CF memory spaces may be mapped to different
+        * bus.  The CF memory spaces may be mapped to different
         * addresses on different boards.  These are the physical
         * addresses, so care must be taken to use the correct
         * XKPHYS/KSEG0 addressing depending on the application's
-        * ABI.  These values will be 0 if CF is not present.
+        * ABI.  These values will be 0 if CF is not present.
         */
        uint64_t compact_flash_common_base_addr;
        uint64_t compact_flash_attribute_base_addr;
@@ -131,7 +131,7 @@ struct cvmx_bootinfo {
 #define CVMX_BOOTINFO_CFG_FLAG_NO_MAGIC                        (1ull << 3)
 /* This flag is set if the TLB mappings are not contained in the
  * 0x10000000 - 0x20000000 boot bus region. */
-#define CVMX_BOOTINFO_CFG_FLAG_OVERSIZE_TLB_MAPPING     (1ull << 4)
+#define CVMX_BOOTINFO_CFG_FLAG_OVERSIZE_TLB_MAPPING    (1ull << 4)
 #define CVMX_BOOTINFO_CFG_FLAG_BREAK                   (1ull << 5)
 
 #endif /*   (CVMX_BOOTINFO_MAJ_VER == 1) */
@@ -164,9 +164,9 @@ enum cvmx_board_types_enum {
        CVMX_BOARD_TYPE_EBT5600 = 22,
        CVMX_BOARD_TYPE_EBH5201 = 23,
        CVMX_BOARD_TYPE_EBT5200 = 24,
-       CVMX_BOARD_TYPE_CB5600  = 25,
-       CVMX_BOARD_TYPE_CB5601  = 26,
-       CVMX_BOARD_TYPE_CB5200  = 27,
+       CVMX_BOARD_TYPE_CB5600  = 25,
+       CVMX_BOARD_TYPE_CB5601  = 26,
+       CVMX_BOARD_TYPE_CB5200  = 27,
        /* Special 'generic' board type, supports many boards */
        CVMX_BOARD_TYPE_GENERIC = 28,
        CVMX_BOARD_TYPE_EBH5610 = 29,
@@ -223,7 +223,7 @@ enum cvmx_board_types_enum {
        CVMX_BOARD_TYPE_CUST_DEFINED_MAX = 20000,
 
        /*
-        * Set aside a range for customer private use.  The SDK won't
+        * Set aside a range for customer private use.  The SDK won't
         * use any numbers in this range.
         */
        CVMX_BOARD_TYPE_CUST_PRIVATE_MIN = 20001,