From: Richard Weinberger <richard@nod.at>
To: dedekind1@gmail.com
Cc: Richard Weinberger <richard@nod.at>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated()
Date: Tue, 16 Sep 2014 15:30:36 +0200 [thread overview]
Message-ID: <1410874236-3125-3-git-send-email-richard@nod.at> (raw)
In-Reply-To: <1410874236-3125-1-git-send-email-richard@nod.at>
s/withing/within/
Signed-off-by: Richard Weinberger <richard@nod.at>
---
fs/ubifs/debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c
index 177b015..b439e84 100644
--- a/fs/ubifs/debug.c
+++ b/fs/ubifs/debug.c
@@ -2462,7 +2462,7 @@ static int power_cut_emulated(struct ubifs_info *c, int lnum, int write)
if (chance(1, 2)) {
d->pc_delay = 1;
- /* Fail withing 1 minute */
+ /* Fail within 1 minute */
delay = prandom_u32() % 60000;
d->pc_timeout = jiffies;
d->pc_timeout += msecs_to_jiffies(delay);
--
1.8.4.5
next prev parent reply other threads:[~2014-09-16 13:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-16 13:30 Two lame typo fixes Richard Weinberger
2014-09-16 13:30 ` [PATCH 1/2] UBI: Fix trivial typo in __schedule_ubi_work Richard Weinberger
2014-09-16 13:30 ` Richard Weinberger [this message]
2014-09-29 22:24 ` Two lame typo fixes Richard Weinberger
2014-09-30 6:31 ` Bityutskiy, Artem
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=1410874236-3125-3-git-send-email-richard@nod.at \
--to=richard@nod.at \
--cc=dedekind1@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).