Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable
[firefly-linux-kernel-4.4.55.git] / arch / mips / include / asm / traps.h
index 420ca06b2f42df601e8fcfbd5f148626f2df225d..f41cf3ee82a7d2553358a5d1acfd97814325ab64 100644 (file)
@@ -14,7 +14,7 @@
 /*
  * Possible status responses for a board_be_handler backend.
  */
-#define MIPS_BE_DISCARD        0               /* return with no action */
+#define MIPS_BE_DISCARD 0              /* return with no action */
 #define MIPS_BE_FIXUP  1               /* return to the fixup code */
 #define MIPS_BE_FATAL  2               /* treat as an unrecoverable error */