From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmFmYcWCIFdvamR5xYJh?= Subject: [PATCH] public/grant_table.h: fix description of GNTTABOP_map_grant_ref Date: Thu, 16 Apr 2015 13:22:22 +0200 Message-ID: <552F9B6E.6000208@invisiblethingslab.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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 List-Id: xen-devel@lists.xenproject.org Error code is not returned in the field of the gnttab_map_grant_ref structure but in the field only. Signed-off-by: Rafal Wojdyla --- xen/include/public/grant_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/grant_table.h b/xen/include/public/grant_table.h index c8619ed..f516a57 100644 --- a/xen/include/public/grant_table.h +++ b/xen/include/public/grant_table.h @@ -321,7 +321,7 @@ typedef uint32_t grant_handle_t; /* * GNTTABOP_map_grant_ref: Map the grant entry (,) for access * by devices and/or host CPUs. If successful, is a tracking number - * that must be presented later to destroy the mapping(s). On error, + * that must be presented later to destroy the mapping(s). On error, * is a negative status code. * NOTES: * 1. If GNTMAP_device_map is specified then is the address -- 1.8.1