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_ppro.c | |
parent | ccd755c2d90dd9b9729ba5975f7c92bf206ddcf7 (diff) |
oprofile: whitespace fixes
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/op_model_ppro.c')
-rw-r--r-- | arch/x86/oprofile/op_model_ppro.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/x86/oprofile/op_model_ppro.c b/arch/x86/oprofile/op_model_ppro.c index eff431f6c57..c665bac4a14 100644 --- a/arch/x86/oprofile/op_model_ppro.c +++ b/arch/x86/oprofile/op_model_ppro.c | |||
@@ -181,12 +181,12 @@ static void ppro_shutdown(struct op_msrs const * const msrs) | |||
181 | 181 | ||
182 | 182 | ||
183 | struct op_x86_model_spec const op_ppro_spec = { | 183 | struct op_x86_model_spec const op_ppro_spec = { |
184 | .num_counters = NUM_COUNTERS, | 184 | .num_counters = NUM_COUNTERS, |
185 | .num_controls = NUM_CONTROLS, | 185 | .num_controls = NUM_CONTROLS, |
186 | .fill_in_addresses = &ppro_fill_in_addresses, | 186 | .fill_in_addresses = &ppro_fill_in_addresses, |
187 | .setup_ctrs = &ppro_setup_ctrs, | 187 | .setup_ctrs = &ppro_setup_ctrs, |
188 | .check_ctrs = &ppro_check_ctrs, | 188 | .check_ctrs = &ppro_check_ctrs, |
189 | .start = &ppro_start, | 189 | .start = &ppro_start, |
190 | .stop = &ppro_stop, | 190 | .stop = &ppro_stop, |
191 | .shutdown = &ppro_shutdown | 191 | .shutdown = &ppro_shutdown |
192 | }; | 192 | }; |