From: Richard Weinberger Date: Tue, 16 Sep 2014 13:30:35 +0000 (+0200) Subject: UBI: Fix trivial typo in __schedule_ubi_work X-Git-Tag: firefly_0821_release~176^2~3039^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3e00445d478f63f42a306e549f7358b6612110b;p=firefly-linux-kernel-4.4.55.git UBI: Fix trivial typo in __schedule_ubi_work s/of/if/ Signed-off-by: Richard Weinberger Signed-off-by: Artem Bityutskiy --- diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c index c04b7f62fae5..6654f191868e 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) {