All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christophe Varoqui <christophe.varoqui@gmail.com>
To: Wang Sheng-Hui <shhuiw@gmail.com>
Cc: dm-devel@redhat.com
Subject: Re: [PATCH] libmpathpersist: correct function description in mpath_persist.h and man file
Date: Sat, 05 Jan 2013 20:38:17 +0100	[thread overview]
Message-ID: <1357414697.9240.1.camel@lapoo.opensvc.com> (raw)
In-Reply-To: <50E7FD69.4050105@gmail.com>

On sam., 2013-01-05 at 18:16 +0800, Wang Sheng-Hui wrote:
> * 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
> 
Applied.
Thanks.

> 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

      reply	other threads:[~2013-01-05 19:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-05 10:16 [PATCH] libmpathpersist: correct function description in mpath_persist.h and man file Wang Sheng-Hui
2013-01-05 19:38 ` Christophe Varoqui [this message]

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=1357414697.9240.1.camel@lapoo.opensvc.com \
    --to=christophe.varoqui@gmail.com \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@redhat.com \
    --cc=shhuiw@gmail.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.