diff options
author | Don Zickus <dzickus@redhat.com> | 2010-02-22 18:09:03 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-02-25 12:40:50 +0100 |
commit | 47195d57636604ff6048b0d7aa3e4ed9643f6073 (patch) | |
tree | 32abacd2dee7af0542de211b727f9ecb4116f7fb /include/linux/nmi.h | |
parent | 2cc4452bc31fc1cde6f0b64a4eb13269f982787d (diff) | |
download | linux-3.10-47195d57636604ff6048b0d7aa3e4ed9643f6073.tar.gz linux-3.10-47195d57636604ff6048b0d7aa3e4ed9643f6073.tar.bz2 linux-3.10-47195d57636604ff6048b0d7aa3e4ed9643f6073.zip |
nmi_watchdog: Clean up various small details
Mostly copy/paste whitespace damage with a couple of nitpicks by
the checkpatch script. Fix the struct definition as requested by Ingo too.
Signed-off-by: Don Zickus <dzickus@redhat.com>
Cc: peterz@infradead.org
Cc: gorcunov@gmail.com
Cc: aris@redhat.com
LKML-Reference: <1266880143-24943-1-git-send-email-dzickus@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
--
arch/x86/kernel/apic/hw_nmi.c | 14 +++++------
arch/x86/kernel/traps.c | 6 ++--
include/linux/nmi.h | 2 -
kernel/nmi_watchdog.c | 51 ++++++++++++++++++++----------------------
4 files changed, 36 insertions(+), 37 deletions(-)
Diffstat (limited to 'include/linux/nmi.h')
-rw-r--r-- | include/linux/nmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nmi.h b/include/linux/nmi.h index 794e7354c5b..22cc7960b64 100644 --- a/include/linux/nmi.h +++ b/include/linux/nmi.h @@ -57,7 +57,7 @@ u64 hw_nmi_get_sample_period(void); extern int nmi_watchdog_enabled; struct ctl_table; extern int proc_nmi_enabled(struct ctl_table *, int , - void __user *, size_t *, loff_t *); + void __user *, size_t *, loff_t *); #endif #endif |