]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: CSR: timer: space required before the open parenthesis '('
authorBarry Song <Baohua.Song@csr.com>
Fri, 23 Sep 2011 05:51:29 +0000 (22:51 -0700)
committerBarry Song <21cnbao@gmail.com>
Sat, 1 Oct 2011 01:39:21 +0000 (09:39 +0800)
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/mach-prima2/timer.c

index 225ed3b8cee34f57cb47db59b6753f77f6c1b62b..26ab6fee56190b5fba9af3638f73f3374490a010 100644 (file)
@@ -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;
        }