Commit c6b96c54 authored by Barry Song's avatar Barry Song Committed by Barry Song

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

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent f70fc57e
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment