- fix typo in include/asm-x86/nmi.h
authorIngo Molnar <mingo@elte.hu>
Fri, 30 May 2008 12:55:47 +0000 (14:55 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 30 May 2008 12:55:47 +0000 (14:55 +0200)
include/asm-x86/nmi.h

index 6f4d44f..972a4f6 100644 (file)
@@ -40,7 +40,7 @@ static inline void unset_nmi_pm_callback(struct pm_dev *dev)
 extern void default_do_nmi(struct pt_regs *);
 extern void nmi_watchdog_default(void);
 #else
-#define nmi_watchdog_default(void) do {} while (0)
+#define nmi_watchdog_default() do { } while (0)
 #endif
 
 extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);