Sfoglia il codice sorgente

UBI: Fastmap: Add blank line after declarations

Another checkpatch complaint:
WARNING: Missing a blank line after declarations

Signed-off-by: Richard Weinberger <richard@nod.at>
Richard Weinberger 10 anni fa
parent
commit
1841fcfd91
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      drivers/mtd/ubi/fastmap-wl.c

+ 1 - 0
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;