[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] schedule: fix a comment missprint
From: Andrii Anisov <andrii_anisov@xxxxxxxx> Fix the comment misprint, so it refers to the exact function name. Signed-off-by: Andrii Anisov <andrii_anisov@xxxxxxxx> --- xen/common/schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/schedule.c b/xen/common/schedule.c index 9e16c16..8b78293 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -1593,7 +1593,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; -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |