diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-30 14:55:47 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-30 14:55:47 +0200 |
commit | ba3a5974239293d921235e6fa82b09b670e674ef (patch) | |
tree | 07608bc476c104218af4f6e2586bd2abdee0c862 | |
parent | 19ec673ced067316b9732bc6d1c4ff4052e5f795 (diff) |
- fix typo in include/asm-x86/nmi.h
-rw-r--r-- | include/asm-x86/nmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/nmi.h b/include/asm-x86/nmi.h index 6f4d44fc051..972a4f6f799 100644 --- a/include/asm-x86/nmi.h +++ b/include/asm-x86/nmi.h @@ -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); |