All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Wilck <mwilck@suse.com>
To: Christophe Varoqui <christophe.varoqui@opensvc.com>,
	Bart Van Assche <Bart.VanAssche@sandisk.com>,
	Benjamin Marzinski <bmarzins@redhat.com>
Cc: dm-devel@redhat.com, Martin Wilck <mwilck@suse.com>
Subject: [PATCH v2 2/8] libmpathpersist: fix typo in mpath_format_readfullstatus
Date: Sun, 24 Jun 2018 15:19:49 +0200	[thread overview]
Message-ID: <20180624131955.20206-3-mwilck@suse.com> (raw)
In-Reply-To: <20180624131955.20206-1-mwilck@suse.com>

Signed-off-by: Martin Wilck <mwilck@suse.com>
---
 libmpathpersist/mpath_pr_ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmpathpersist/mpath_pr_ioctl.c b/libmpathpersist/mpath_pr_ioctl.c
index dcdb530d..bcbb9691 100644
--- a/libmpathpersist/mpath_pr_ioctl.c
+++ b/libmpathpersist/mpath_pr_ioctl.c
@@ -218,7 +218,7 @@ void mpath_format_readfullstatus(struct prin_resp *pr_buff, int len, int noisy)
 
 	if (pr_buff->prin_descriptor.prin_readfd.number_of_descriptor == 0)
 	{
-		condlog(3, "No registration or resrvation found.");
+		condlog(3, "No registration or reservation found.");
 		return;
 	}
 
-- 
2.17.1

  parent reply	other threads:[~2018-06-24 13:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-24 13:19 [PATCH v2 0/8] libmpathpersist fixes Martin Wilck
2018-06-24 13:19 ` [PATCH v2 1/8] libmpathpersist: remove duplicate test in readfullstatus Martin Wilck
2018-06-24 13:19 ` Martin Wilck [this message]
2018-06-24 13:19 ` [PATCH v2 3/8] libmpathpersist: fix stack overflow in mpath_format_readfullstatus() Martin Wilck
2018-06-24 13:19 ` [PATCH v2 4/8] libmultipath: add (get|put)_unaligned_be64 Martin Wilck
2018-06-24 13:19 ` [PATCH v2 5/8] multipath-tools/tests: add tests for get_unaligned_beXX Martin Wilck
2018-06-24 13:19 ` [PATCH v2 6/8] libmpathpersist: fix byte swapping for big endian systems Martin Wilck
2018-06-24 13:19 ` [PATCH v2 7/8] (lib)mpathpersist: use O_RDONLY file descriptors Martin Wilck
2018-06-24 13:19 ` [PATCH v2 8/8] libmultipath: fix gcc 8.1 "truncated output" warnings Martin Wilck

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=20180624131955.20206-3-mwilck@suse.com \
    --to=mwilck@suse.com \
    --cc=Bart.VanAssche@sandisk.com \
    --cc=bmarzins@redhat.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.