From e567d6942544585d8ca1eeec16a5c63c956e5dbc Mon Sep 17 00:00:00 2001 From: Razvan Cojocaru Date: Fri, 12 Aug 2016 16:51:21 +0200 Subject: [PATCH] vm_event: fix comment There's no such thing as function vm_event_wake_waiters() anymore. Signed-off-by: Razvan Cojocaru --- xen/common/vm_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/vm_event.c b/xen/common/vm_event.c index 941345b0c3..e2111c5a2f 100644 --- a/xen/common/vm_event.c +++ b/xen/common/vm_event.c @@ -255,7 +255,7 @@ static inline void vm_event_release_slot(struct domain *d, /* * vm_event_mark_and_pause() tags vcpu and put it to sleep. - * The vcpu will resume execution in vm_event_wake_waiters(). + * The vcpu will resume execution in vm_event_wake_blocked(). */ void vm_event_mark_and_pause(struct vcpu *v, struct vm_event_domain *ved) { -- 2.30.2