diff options
author | Robert Richter <robert.richter@amd.com> | 2008-09-05 11:12:36 -0400 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-15 14:47:41 -0400 |
commit | c92960fccb9f32a1d6110f6dcfe483ed96c62beb (patch) | |
tree | 8c4b7937956dd01174cfd13e046a6c4f6bc05b96 /arch/x86/oprofile/op_model_amd.c | |
parent | ccd755c2d90dd9b9729ba5975f7c92bf206ddcf7 (diff) |
oprofile: whitespace fixes
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/op_model_amd.c')
-rw-r--r-- | arch/x86/oprofile/op_model_amd.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/x86/oprofile/op_model_amd.c b/arch/x86/oprofile/op_model_amd.c index 23ce63f2762c..b9a810b33261 100644 --- a/arch/x86/oprofile/op_model_amd.c +++ b/arch/x86/oprofile/op_model_amd.c | |||
@@ -530,14 +530,14 @@ static void op_amd_exit(void) | |||
530 | #endif | 530 | #endif |
531 | 531 | ||
532 | struct op_x86_model_spec const op_amd_spec = { | 532 | struct op_x86_model_spec const op_amd_spec = { |
533 | .init = op_amd_init, | 533 | .init = op_amd_init, |
534 | .exit = op_amd_exit, | 534 | .exit = op_amd_exit, |
535 | .num_counters = NUM_COUNTERS, | 535 | .num_counters = NUM_COUNTERS, |
536 | .num_controls = NUM_CONTROLS, | 536 | .num_controls = NUM_CONTROLS, |
537 | .fill_in_addresses = &op_amd_fill_in_addresses, | 537 | .fill_in_addresses = &op_amd_fill_in_addresses, |
538 | .setup_ctrs = &op_amd_setup_ctrs, | 538 | .setup_ctrs = &op_amd_setup_ctrs, |
539 | .check_ctrs = &op_amd_check_ctrs, | 539 | .check_ctrs = &op_amd_check_ctrs, |
540 | .start = &op_amd_start, | 540 | .start = &op_amd_start, |
541 | .stop = &op_amd_stop, | 541 | .stop = &op_amd_stop, |
542 | .shutdown = &op_amd_shutdown | 542 | .shutdown = &op_amd_shutdown |
543 | }; | 543 | }; |