diff options
author | Robert Richter <robert.richter@amd.com> | 2009-07-07 19:25:39 +0200 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-07-14 16:44:51 +0200 |
commit | 6e63ea4b0b14ff5fb8a3ca704fcda7d28b95f079 (patch) | |
tree | 7cab2df807793495239c4264ee742628b904e01d /arch/x86/oprofile/nmi_int.c | |
parent | 44ab9a6b0e909145d42615493952fe986b1ce5c2 (diff) |
x86/oprofile: Whitespaces changes only
This patch fixes whitespace changes of code that will be touched in
follow-on patches.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/nmi_int.c')
-rw-r--r-- | arch/x86/oprofile/nmi_int.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 25da1e17815..fca8dc94531 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c @@ -516,12 +516,12 @@ int __init op_nmi_init(struct oprofile_operations *ops) register_cpu_notifier(&oprofile_cpu_nb); #endif /* default values, can be overwritten by model */ - ops->create_files = nmi_create_files; - ops->setup = nmi_setup; - ops->shutdown = nmi_shutdown; - ops->start = nmi_start; - ops->stop = nmi_stop; - ops->cpu_type = cpu_type; + ops->create_files = nmi_create_files; + ops->setup = nmi_setup; + ops->shutdown = nmi_shutdown; + ops->start = nmi_start; + ops->stop = nmi_stop; + ops->cpu_type = cpu_type; if (model->init) ret = model->init(ops); |