From: Brian Norris <computersforpeace@gmail.com>
To: Artem Bityutskiy <dedekind1@gmail.com>
Cc: Brian Foster <brian.foster@maxim-ic.com>,
Brian Norris <computersforpeace@gmail.com>,
linux-mtd@lists.infradead.org
Subject: [PATCH 3/3] mtdinfo: correct grammar on error message
Date: Thu, 9 Feb 2012 10:13:31 -0800 [thread overview]
Message-ID: <1328811211-13653-4-git-send-email-computersforpeace@gmail.com> (raw)
In-Reply-To: <1328811211-13653-1-git-send-email-computersforpeace@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
ubi-utils/mtdinfo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ubi-utils/mtdinfo.c b/ubi-utils/mtdinfo.c
index d25595a..a9dc675 100644
--- a/ubi-utils/mtdinfo.c
+++ b/ubi-utils/mtdinfo.c
@@ -356,7 +356,7 @@ static int print_general_info(libmtd_t libmtd, const struct mtd_info *mtd_info,
if (err == -1) {
if (errno == ENODEV)
continue;
- return sys_errmsg("libmtd failed get MTD device %d "
+ return sys_errmsg("libmtd failed to get MTD device %d "
"information", i);
}
--
1.7.5.4
prev parent reply other threads:[~2012-02-09 18:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-09 18:13 [PATCH 0/3] mtdinfo fixes (--all, etc.) Brian Norris
2012-02-09 18:13 ` [PATCH 1/3] limbtd: implement mtd_dev_present for old kernels Brian Norris
2012-02-09 18:13 ` [PATCH 2/3] libmtd: fix segmentation fault on lib->mtd Brian Norris
2012-02-09 18:13 ` Brian Norris [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=1328811211-13653-4-git-send-email-computersforpeace@gmail.com \
--to=computersforpeace@gmail.com \
--cc=brian.foster@maxim-ic.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.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