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

Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
Barry Song 2011-09-22 22:51:29 -07:00 committed by Barry Song
parent f70fc57e52
commit c6b96c5413
1 changed files with 1 additions and 1 deletions

View 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;
}