mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
alarmtimer: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Xu Wang <vulab@iscas.ac.cn> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20200818062651.21680-1-vulab@iscas.ac.cn
This commit is contained in:
parent
e2d977c9f1
commit
ec02821c1d
@ -908,7 +908,7 @@ static int __init alarmtimer_init(void)
|
||||
/* Initialize alarm bases */
|
||||
alarm_bases[ALARM_REALTIME].base_clockid = CLOCK_REALTIME;
|
||||
alarm_bases[ALARM_REALTIME].get_ktime = &ktime_get_real;
|
||||
alarm_bases[ALARM_REALTIME].get_timespec = ktime_get_real_ts64,
|
||||
alarm_bases[ALARM_REALTIME].get_timespec = ktime_get_real_ts64;
|
||||
alarm_bases[ALARM_BOOTTIME].base_clockid = CLOCK_BOOTTIME;
|
||||
alarm_bases[ALARM_BOOTTIME].get_ktime = &ktime_get_boottime;
|
||||
alarm_bases[ALARM_BOOTTIME].get_timespec = get_boottime_timespec;
|
||||
|
Loading…
Reference in New Issue
Block a user