From: Wang Sheng-Hui <shhuiw@gmail.com>
To: christophe.varoqui@opensvc.com, dm-devel@redhat.com
Subject: [PATCH] libmpathpersist: correct function description in mpath_persist.h and man file
Date: Sat, 05 Jan 2013 18:16:09 +0800 [thread overview]
Message-ID: <50E7FD69.4050105@gmail.com> (raw)
* For mpath_persistent_reserve_out, we have "#define MPATH_PRTPE_EA_RO
0x06".
Correct the description of the function prototype
mpath_persistent_reserve_out
in mpath_persist.h and man file.
* Correct typo in the description for the function prototype
mpath_persistent_reserve_in in mpath_persist.h
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
libmpathpersist/mpath_persist.h | 8 ++++----
libmpathpersist/mpath_persistent_reserve_out.3 | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libmpathpersist/mpath_persist.h
b/libmpathpersist/mpath_persist.h
index 42294e9..d8ff6f2 100644
--- a/libmpathpersist/mpath_persist.h
+++ b/libmpathpersist/mpath_persist.h
@@ -194,15 +194,15 @@ extern int mpath_lib_exit (void );
*
* @fd: The file descriptor of a multipath device. Input argument.
* @rq_servact: PRIN command service action. Input argument
- * @resp: The response from PRIN service action. The resp is a struct
specified below. The caller should
+ * @resp: The response from PRIN service action. The resp is a struct
specified above. The caller should
* manage the memory allocation of this struct
* @noisy: Turn on debugging trace: Input argument. 0->Disable, 1->Enable
* @verbose: Set verbosity level. Input argument. value:[0-3].
0->disabled, 3->Max verbose
*
* RESTRICTIONS:
*
- * RETURNS: MPATH_PR_SUCCESS if PR command successful else returns any
of the PR status (specified
- * above).
+ * RETURNS: MPATH_PR_SUCCESS if PR command successful else returns any
of the status specified
+ * above in RETURN_STATUS.
*
*/
extern int mpath_persistent_reserve_in (int fd, int rq_servact, struct
prin_resp *resp,
@@ -217,7 +217,7 @@ extern int mpath_persistent_reserve_in (int fd, int
rq_servact, struct prin_resp
* @rq_scope: Persistent reservation scope. The value should be always
LU_SCOPE (0h).
* @rq_type: Persistent reservation type. The valid values of
persistent reservation types are
* 5h (Write exclusive - registrants only)
- * 8h (Exclusive access - registrants only)
+ * 6h (Exclusive access - registrants only)
* 7h (Write exclusive - All registrants)
* 8h (Exclusive access - All registrants).
* @paramp: PROUT command parameter data. The paramp is a struct which
describes PROUT
diff --git a/libmpathpersist/mpath_persistent_reserve_out.3
b/libmpathpersist/mpath_persistent_reserve_out.3
index 44f950b..f7f84ff 100644
--- a/libmpathpersist/mpath_persistent_reserve_out.3
+++ b/libmpathpersist/mpath_persistent_reserve_out.3
@@ -26,7 +26,7 @@ sends PR OUT command to the DM device and gets the
response.
.I rq_type
.B Persistent reservation type. The valid values of persistent
reservation types are
5h (Write exclusive - registrants only)
- 8h (Exclusive access - registrants only)
+ 6h (Exclusive access - registrants only)
7h (Write exclusive - All registrants)
8h (Exclusive access - All registrants).
.br
--
1.7.10.4
next reply other threads:[~2013-01-05 10:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-05 10:16 Wang Sheng-Hui [this message]
2013-01-05 19:38 ` [PATCH] libmpathpersist: correct function description in mpath_persist.h and man file Christophe Varoqui
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=50E7FD69.4050105@gmail.com \
--to=shhuiw@gmail.com \
--cc=christophe.varoqui@opensvc.com \
--cc=dm-devel@redhat.com \
/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.