From: Jongman Heo <jongman.heo@samsung.com>
To: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>
Cc: 허종만 <jongman.heo@samsung.com>
Subject: [PATCH] mmc-util: Fix typo in comment in do_enh_area_set()
Date: Thu, 26 Sep 2013 11:52:39 +0000 (GMT) [thread overview]
Message-ID: <10345463.108251380196359446.JavaMail.weblogic@epv6ml08> (raw)
ERASE_GROUP_DEF bit is set to 1, so make the comment consistent with the code
Signed-off-by: Jongman Heo <jongman.heo@samsung.com>
---
mmc_cmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mmc_cmds.c b/mmc_cmds.c
index b8afa74..4d10f35 100644
--- a/mmc_cmds.c
+++ b/mmc_cmds.c
@@ -548,7 +548,7 @@ int do_enh_area_set(int nargs, char **argv)
enh_start_addr /= align;
enh_start_addr *= align;
- /* set EXT_CSD_ERASE_GROUP_DEF bit 0 */
+ /* set EXT_CSD_ERASE_GROUP_DEF bit 1 */
ret = write_extcsd_value(fd, EXT_CSD_ERASE_GROUP_DEF, 0x1);
if (ret) {
fprintf(stderr, "Could not write 0x1 to "
--
1.8.3.1
reply other threads:[~2013-09-26 11:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=10345463.108251380196359446.JavaMail.weblogic@epv6ml08 \
--to=jongman.heo@samsung.com \
--cc=linux-mmc@vger.kernel.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