From: "Géza Gémes" <geza.gemes@gmail.com>
To: xen-devel@lists.xenproject.org, sstabellini@kernel.org
Cc: george.dunlap@citrix.com, "Géza Gémes" <geza.gemes@gmail.com>
Subject: [PATCH] Fix a typo in lopartsetup
Date: Sat, 25 Mar 2017 20:21:27 +0100 [thread overview]
Message-ID: <1490469687-6668-2-git-send-email-geza.gemes@gmail.com> (raw)
In-Reply-To: <1490469687-6668-1-git-send-email-geza.gemes@gmail.com>
Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
---
scripts/lopartsetup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/lopartsetup b/scripts/lopartsetup
index da28b6e..e35b755 100755
--- a/scripts/lopartsetup
+++ b/scripts/lopartsetup
@@ -59,7 +59,7 @@ if [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units = " | wc -l` -eq 1 ]
then
unitstring="^Units = "
column=9
-else if [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]
+elif [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]
then
unitstring="^Units:"
column=8
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-03-25 19:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-25 19:21 [raisin][PATCH] Fix a typo in lopartsetup Géza Gémes
2017-03-25 19:21 ` Géza Gémes [this message]
2017-03-27 17:07 ` [PATCH] " Stefano Stabellini
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=1490469687-6668-2-git-send-email-geza.gemes@gmail.com \
--to=geza.gemes@gmail.com \
--cc=george.dunlap@citrix.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).