linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Two lame typo fixes
@ 2014-09-16 13:30 Richard Weinberger
  2014-09-16 13:30 ` [PATCH 1/2] UBI: Fix trivial typo in __schedule_ubi_work Richard Weinberger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Weinberger @ 2014-09-16 13:30 UTC (permalink / raw)
  To: dedekind1; +Cc: linux-mtd, linux-kernel

...found them while browsing.

Thanks,
//richard

[PATCH 1/2] UBI: Fix trivial typo in __schedule_ubi_work
[PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated()

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] UBI: Fix trivial typo in __schedule_ubi_work
  2014-09-16 13:30 Two lame typo fixes Richard Weinberger
@ 2014-09-16 13:30 ` Richard Weinberger
  2014-09-16 13:30 ` [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated() Richard Weinberger
  2014-09-29 22:24 ` Two lame typo fixes Richard Weinberger
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Weinberger @ 2014-09-16 13:30 UTC (permalink / raw)
  To: dedekind1; +Cc: Richard Weinberger, linux-mtd, linux-kernel

s/of/if/

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 drivers/mtd/ubi/wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c
index 20f4917..e61d799 100644
--- a/drivers/mtd/ubi/wl.c
+++ b/drivers/mtd/ubi/wl.c
@@ -835,7 +835,7 @@ repeat:
  * @wrk: the work to schedule
  *
  * This function adds a work defined by @wrk to the tail of the pending works
- * list. Can only be used of ubi->work_sem is already held in read mode!
+ * list. Can only be used if ubi->work_sem is already held in read mode!
  */
 static void __schedule_ubi_work(struct ubi_device *ubi, struct ubi_work *wrk)
 {
-- 
1.8.4.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated()
  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
  2014-09-29 22:24 ` Two lame typo fixes Richard Weinberger
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Weinberger @ 2014-09-16 13:30 UTC (permalink / raw)
  To: dedekind1; +Cc: Richard Weinberger, linux-mtd, linux-kernel

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: Two lame typo fixes
  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 ` [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated() Richard Weinberger
@ 2014-09-29 22:24 ` Richard Weinberger
  2014-09-30  6:31   ` Bityutskiy, Artem
  2 siblings, 1 reply; 5+ messages in thread
From: Richard Weinberger @ 2014-09-29 22:24 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: linux-mtd@lists.infradead.org, LKML, Artem Bityutskiy

On Tue, Sep 16, 2014 at 3:30 PM, Richard Weinberger <richard@nod.at> wrote:
> ...found them while browsing.
>
> Thanks,
> //richard
>
> [PATCH 1/2] UBI: Fix trivial typo in __schedule_ubi_work
> [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated()

ping?

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Two lame typo fixes
  2014-09-29 22:24 ` Two lame typo fixes Richard Weinberger
@ 2014-09-30  6:31   ` Bityutskiy, Artem
  0 siblings, 0 replies; 5+ messages in thread
From: Bityutskiy, Artem @ 2014-09-30  6:31 UTC (permalink / raw)
  To: richard.weinberger@gmail.com
  Cc: richard@nod.at, linux-mtd@lists.infradead.org,
	linux-kernel@vger.kernel.org, dedekind1@gmail.com

On Tue, 2014-09-30 at 00:24 +0200, Richard Weinberger wrote:
> On Tue, Sep 16, 2014 at 3:30 PM, Richard Weinberger <richard@nod.at> wrote:
> > ...found them while browsing.
> >
> > Thanks,
> > //richard
> >
> > [PATCH 1/2] UBI: Fix trivial typo in __schedule_ubi_work
> > [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated()
> 
> ping?

Pushed both, thanks!

-- 
Best Regards,
Artem Bityutskiy
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-30  6:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 2/2] UBIFS: Fix trivial typo in power_cut_emulated() Richard Weinberger
2014-09-29 22:24 ` Two lame typo fixes Richard Weinberger
2014-09-30  6:31   ` Bityutskiy, Artem

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).