From: Barry Song Date: Fri, 23 Sep 2011 05:51:29 +0000 (-0700) Subject: ARM: CSR: timer: space required before the open parenthesis '(' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c6b96c54130f34840bb482d8d2c851da74259c2a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: CSR: timer: space required before the open parenthesis '(' Signed-off-by: Barry Song --- diff --git a/arch/arm/mach-prima2/timer.c b/arch/arm/mach-prima2/timer.c index 225ed3b8cee3..26ab6fee5619 100644 --- a/arch/arm/mach-prima2/timer.c +++ b/arch/arm/mach-prima2/timer.c @@ -140,7 +140,7 @@ unsigned long long notrace sched_clock(void) * if we map timer memory in .init of sys_timer, system * will panic due to illegal memory access */ - if(!is_mapped) { + if (!is_mapped) { sirfsoc_of_timer_map(); is_mapped = 1; }