Browse Source

oprofile: whitspace changes only

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 16 years ago
parent
commit
cdc1834d1a
2 changed files with 4 additions and 4 deletions
  1. 2 2
      arch/x86/oprofile/op_model_amd.c
  2. 2 2
      drivers/oprofile/cpu_buffer.c

+ 2 - 2
arch/x86/oprofile/op_model_amd.c

@@ -70,8 +70,8 @@ static unsigned long reset_value[NUM_COUNTERS];
  * data. Should then be added to linux/oprofile.h.
  */
 extern void
-oprofile_add_ibs_sample(struct pt_regs *const regs,
-			unsigned int *const ibs_sample, int ibs_code);
+oprofile_add_ibs_sample(struct pt_regs * const regs,
+			unsigned int * const ibs_sample, int ibs_code);
 
 struct ibs_fetch_sample {
 	/* MSRC001_1031 IBS Fetch Linear Address Register */

+ 2 - 2
drivers/oprofile/cpu_buffer.c

@@ -277,8 +277,8 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event)
 
 #define MAX_IBS_SAMPLE_SIZE 14
 
-void oprofile_add_ibs_sample(struct pt_regs *const regs,
-			     unsigned int *const ibs_sample, int ibs_code)
+void oprofile_add_ibs_sample(struct pt_regs * const regs,
+			     unsigned int * const ibs_sample, int ibs_code)
 {
 	int is_kernel = !user_mode(regs);
 	struct oprofile_cpu_buffer *cpu_buf = &__get_cpu_var(cpu_buffer);