nmi_watchdog: Clean up various small details
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / kernel / traps.c
index 973cbc4..bdc7fab 100644 (file)
@@ -402,9 +402,9 @@ static notrace __kprobes void default_do_nmi(struct pt_regs *regs)
                        return;
 
 #ifdef CONFIG_X86_LOCAL_APIC
-               if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT)
-                                                       == NOTIFY_STOP)
-                       return;
+               if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT)
+                                                       == NOTIFY_STOP)
+                       return;
 
 #ifndef CONFIG_NMI_WATCHDOG
                /*