All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafał Wojdyła" <omeg@invisiblethingslab.com>
To: xen-devel@lists.xen.org
Subject: [PATCH] public/grant_table.h: fix description of GNTTABOP_map_grant_ref
Date: Thu, 16 Apr 2015 13:22:22 +0200	[thread overview]
Message-ID: <552F9B6E.6000208@invisiblethingslab.com> (raw)

Error code is not returned in the <handle> field of the
gnttab_map_grant_ref structure but in the <status> field only.

Signed-off-by: Rafal Wojdyla <omeg@invisiblethingslab.com>

---
 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 (<dom>,<ref>) for access
  * by devices and/or host CPUs. If successful, <handle> is a tracking
number
- * that must be presented later to destroy the mapping(s). On error,
<handle>
+ * that must be presented later to destroy the mapping(s). On error,
<status>
  * is a negative status code.
  * NOTES:
  *  1. If GNTMAP_device_map is specified then <dev_bus_addr> is the address
-- 
1.8.1

                 reply	other threads:[~2015-04-16 11:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=552F9B6E.6000208@invisiblethingslab.com \
    --to=omeg@invisiblethingslab.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.