UBI: Fastmap: Add blank line after declarations
authorRichard Weinberger <richard@nod.at>
Wed, 29 Oct 2014 10:47:22 +0000 (11:47 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Mar 2015 21:47:37 +0000 (22:47 +0100)
Another checkpatch complaint:
WARNING: Missing a blank line after declarations

Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/fastmap-wl.c

index 7a72af2..067aa90 100644 (file)
@@ -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;