提交 c573b29b 编写于 作者: J Joe Perches 提交者: Greg Ungerer

arch/m68knommu/kernel/time.c: Remove unnecessary semicolons

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 732c611e
......@@ -69,7 +69,7 @@ static unsigned long read_rtc_mmss(void)
if ((year += 1900) < 1970)
year += 100;
return mktime(year, mon, day, hour, min, sec);;
return mktime(year, mon, day, hour, min, sec);
}
unsigned long read_persistent_clock(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册