projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1464c4c
)
schedule: fix a comment missprint
author
Andrii Anisov
<andrii_anisov@epam.com>
Fri, 26 Jul 2019 08:45:31 +0000
(10:45 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 26 Jul 2019 08:45:31 +0000
(10:45 +0200)
Fix the comment misprint, so it refers to the exact function name.
Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/schedule.c
patch
|
blob
|
history
diff --git
a/xen/common/schedule.c
b/xen/common/schedule.c
index 349f9624f5ee5a1d881f8359e6f1e6f88c3a6f2c..af22c33387281e75f33d6af62cfcf0e6d2acd669 100644
(file)
--- 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 schedule
r
_init(). */
if ( cpu == 0 )
return 0;