Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752439AbbKYK2P (ORCPT ); Wed, 25 Nov 2015 05:28:15 -0500 Received: from mail-pa0-f66.google.com ([209.85.220.66]:35505 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751255AbbKYK2O (ORCPT ); Wed, 25 Nov 2015 05:28:14 -0500 From: Peng Fan To: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org Cc: van.freenix@gmail.com, Konrad Rzeszutek Wilk , Boris Ostrovsky , David Vrabel Subject: [RFC 1/1] xen: interface: correct comments Date: Wed, 25 Nov 2015 18:28:01 +0800 Message-Id: <1448447281-15706-1-git-send-email-van.freenix@gmail.com> X-Mailer: git-send-email 2.6.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 33 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 Cc: Konrad Rzeszutek Wilk Cc: Boris Ostrovsky Cc: David Vrabel --- include/xen/interface/event_channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xen/interface/event_channel.h b/include/xen/interface/event_channel.h index 7e6acef..1903a23 100644 --- a/include/xen/interface/event_channel.h +++ b/include/xen/interface/event_channel.h @@ -20,7 +20,7 @@ DEFINE_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. */ #define EVTCHNOP_alloc_unbound 6 struct evtchn_alloc_unbound { -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/