From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: [PATCH for-4.5 v21 01/14] libxl: multidev: Clarify comments about which callbacks are meant Date: Fri, 26 Sep 2014 14:13:06 +0800 Message-ID: <1411711999-3183-2-git-send-email-yanghy@cn.fujitsu.com> References: <1411711999-3183-1-git-send-email-yanghy@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411711999-3183-1-git-send-email-yanghy@cn.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.campbell@citrix.com, wency@cn.fujitsu.com, ian.jackson@eu.citrix.com, yunhong.jiang@intel.com, eddie.dong@intel.com, rshriram@cs.ubc.ca, laijs@cn.fujitsu.com List-Id: xen-devel@lists.xenproject.org From: Ian Jackson Signed-off-by: Ian Jackson --- tools/libxl/libxl_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index f61673c..20aca4b 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -2164,7 +2164,8 @@ struct libxl__ao_device { * (or some other thing which will eventually call aodev->callback) * Finally, once * libxl__multidev_prepared - * which will result (perhaps reentrantly) in one call to callback(). + * which will result (perhaps reentrantly) in one call to + * multidev->callback(). */ /* Starts preparing to add/remove a bunch of devices. */ -- 1.9.1