Browse Source

x86/oprofile: Small coding style fixes

Some small coding style fixes.

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

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

@@ -144,11 +144,10 @@ static void op_amd_setup_ctrs(struct op_x86_model_spec const *model,
 
 	/* setup reset_value */
 	for (i = 0; i < NUM_VIRT_COUNTERS; ++i) {
-		if (counter_config[i].enabled) {
+		if (counter_config[i].enabled)
 			reset_value[i] = counter_config[i].count;
-		} else {
+		else
 			reset_value[i] = 0;
-		}
 	}
 
 	/* clear all counters */