From: Peng Fan Date: Wed, 25 Nov 2015 16:26:09 +0000 (+0100) Subject: public/event_channel.h: correct comment X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2170 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=713b7e4ef2aa4ec3ae697cde9c81d5a57548f9b1;p=xen.git public/event_channel.h: correct comment According to definition of structure evtchn_alloc_unbound, there is an entry "domid_t remote_dom", no "rdom". So using "remote_dom" in comments instead of "rdom". Signed-off-by: Peng Fan --- diff --git a/xen/include/public/event_channel.h b/xen/include/public/event_channel.h index 05e531da2c..44c549dd6b 100644 --- a/xen/include/public/event_channel.h +++ b/xen/include/public/event_channel.h @@ -85,7 +85,7 @@ DEFINE_XEN_GUEST_HANDLE(evtchn_port_t); * is allocated in and returned as . * NOTES: * 1. If the caller is unprivileged then must be DOMID_SELF. - * 2. may be DOMID_SELF, allowing loopback connections. + * 2. may be DOMID_SELF, allowing loopback connections. */ struct evtchn_alloc_unbound { /* IN parameters */