浏览代码

ARM: CSR: timer: space required before the open parenthesis '('

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Barry Song 13 年之前
父节点
当前提交
c6b96c5413
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-prima2/timer.c

+ 1 - 1
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;
 	}