diff options
author | Robert Richter <robert.richter@amd.com> | 2009-07-07 13:25:39 -0400 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-07-14 10:44:51 -0400 |
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 25da1e17815d..fca8dc94531e 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) | |||
516 | register_cpu_notifier(&oprofile_cpu_nb); | 516 | register_cpu_notifier(&oprofile_cpu_nb); |
517 | #endif | 517 | #endif |
518 | /* default values, can be overwritten by model */ | 518 | /* default values, can be overwritten by model */ |
519 | ops->create_files = nmi_create_files; | 519 | ops->create_files = nmi_create_files; |
520 | ops->setup = nmi_setup; | 520 | ops->setup = nmi_setup; |
521 | ops->shutdown = nmi_shutdown; | 521 | ops->shutdown = nmi_shutdown; |
522 | ops->start = nmi_start; | 522 | ops->start = nmi_start; |
523 | ops->stop = nmi_stop; | 523 | ops->stop = nmi_stop; |
524 | ops->cpu_type = cpu_type; | 524 | ops->cpu_type = cpu_type; |
525 | 525 | ||
526 | if (model->init) | 526 | if (model->init) |
527 | ret = model->init(ops); | 527 | ret = model->init(ops); |