Re: [Xen-devel] [PATCH] schedule: fix a comment missprint

2019-07-25 Thread Dario Faggioli
On Wed, 2019-07-24 at 09:39 +0300, Andrii Anisov wrote: > From: Andrii Anisov > > Fix the comment misprint, so it refers to the exact function name. > > Signed-off-by: Andrii Anisov > Acked-by: Dario Faggioli In case it's worth a commit... Thanks and Regards -- Dario Faggioli, Ph.D http://

[Xen-devel] [PATCH] schedule: fix a comment missprint

2019-07-23 Thread Andrii Anisov
From: Andrii Anisov Fix the comment misprint, so it refers to the exact function name. Signed-off-by: Andrii Anisov --- 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/xe