aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2
diff options
context:
space:
mode:
authorBarry Song <Baohua.Song@csr.com>2011-09-23 01:51:29 -0400
committerBarry Song <21cnbao@gmail.com>2011-09-30 21:39:21 -0400
commitc6b96c54130f34840bb482d8d2c851da74259c2a (patch)
tree1ed43dd95f03a4ebe4a7132e2a304d077ed3792f /arch/arm/mach-prima2
parentf70fc57e52fcd6c063eb378c0c370817cf00659e (diff)
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.c2
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)
140 * if we map timer memory in .init of sys_timer, system 140 * if we map timer memory in .init of sys_timer, system
141 * will panic due to illegal memory access 141 * will panic due to illegal memory access
142 */ 142 */
143 if(!is_mapped) { 143 if (!is_mapped) {
144 sirfsoc_of_timer_map(); 144 sirfsoc_of_timer_map();
145 is_mapped = 1; 145 is_mapped = 1;
146 } 146 }