diff options
author | Barry Song <Baohua.Song@csr.com> | 2011-09-22 22:51:29 -0700 |
---|---|---|
committer | Barry Song <21cnbao@gmail.com> | 2011-10-01 09:39:21 +0800 |
commit | c6b96c54130f34840bb482d8d2c851da74259c2a (patch) | |
tree | 1ed43dd95f03a4ebe4a7132e2a304d077ed3792f /arch/arm/mach-prima2 | |
parent | f70fc57e52fcd6c063eb378c0c370817cf00659e (diff) | |
download | linux-rt-c6b96c54130f34840bb482d8d2c851da74259c2a.tar.gz |
ARM: CSR: timer: space required before the open parenthesis '('
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |