arch/alpha/oprofile/op_model_ev5.c:127: ERROR: code indent should use tabs where possible arch/alpha/oprofile/op_model_ev5.c:128: ERROR: code indent should use tabs where possible arch/alpha/oprofile/op_model_ev5.c:136: WARNING: space prohibited between function name and open parenthesis '(' arch/alpha/oprofile/op_model_ev5.c:164: ERROR: code indent should use tabs where possible Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/alpha/oprofile/op_model_ev5.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/alpha/oprofile/op_model_ev5.c b/arch/alpha/oprofile/op_model_ev5.c index ceea6e1..065abce 100644 --- a/arch/alpha/oprofile/op_model_ev5.c +++ b/arch/alpha/oprofile/op_model_ev5.c @@ -124,8 +124,8 @@ ev5_reg_setup(struct op_register_config *reg, static void pca56_reg_setup(struct op_register_config *reg, - struct op_counter_config *ctr, - struct op_system_config *sys) + struct op_counter_config *ctr, + struct op_system_config *sys) { common_reg_setup(reg, ctr, sys, 8, 11); } @@ -133,7 +133,7 @@ pca56_reg_setup(struct op_register_config *reg, /* Program all of the registers in preparation for enabling profiling. */ static void -ev5_cpu_setup (void *x) +ev5_cpu_setup(void *x) { struct op_register_config *reg = x; @@ -161,7 +161,7 @@ ev5_reset_ctr(struct op_register_config *reg, unsigned long ctr) unsigned long values, mask, not_pk, reset_values; mask = (ctr == 0 ? 0xfffful << 48 - : ctr == 1 ? 0xfffful << 32 + : ctr == 1 ? 0xfffful << 32 : 0x3fff << 16); not_pk = 1 << 9 | 1 << 8; -- 1.7.1.251.gf80a2 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html