From: Andrii Anisov Date: Fri, 26 Jul 2019 08:45:31 +0000 (+0200) Subject: schedule: fix a comment missprint X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1848 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ffa5c3b6557938f1b321081e87f656bc066475fa;p=xen.git schedule: fix a comment missprint Fix the comment misprint, so it refers to the exact function name. Signed-off-by: Andrii Anisov Acked-by: Dario Faggioli --- diff --git a/xen/common/schedule.c b/xen/common/schedule.c index 349f9624f5..af22c33387 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -1574,7 +1574,7 @@ static int cpu_schedule_up(unsigned int cpu) init_timer(&sd->s_timer, s_timer_fn, NULL, cpu); atomic_set(&sd->urgent_count, 0); - /* Boot CPU is dealt with later in schedule_init(). */ + /* Boot CPU is dealt with later in scheduler_init(). */ if ( cpu == 0 ) return 0;