From 1841fcfd910b4e841de40e1f6bc3dad6109a4054 Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Wed, 29 Oct 2014 11:47:22 +0100 Subject: UBI: Fastmap: Add blank line after declarations Another checkpatch complaint: WARNING: Missing a blank line after declarations Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/fastmap-wl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mtd') diff --git a/drivers/mtd/ubi/fastmap-wl.c b/drivers/mtd/ubi/fastmap-wl.c index 7a72af2ec4ec..067aa9042ec1 100644 --- a/drivers/mtd/ubi/fastmap-wl.c +++ b/drivers/mtd/ubi/fastmap-wl.c @@ -21,6 +21,7 @@ static void update_fastmap_work_fn(struct work_struct *wrk) { struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work); + ubi_update_fastmap(ubi); spin_lock(&ubi->wl_lock); ubi->fm_work_scheduled = 0; -- cgit v1.2.3