diff options
author | Richard Weinberger <richard@nod.at> | 2014-10-29 06:47:22 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-03-26 17:47:37 -0400 |
commit | 1841fcfd910b4e841de40e1f6bc3dad6109a4054 (patch) | |
tree | 592d387dc52875fa8618a2de8f18b49563db23b4 | |
parent | e1bc37ceafc04dff20a8cdc88ed250941ec2ea92 (diff) |
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>
-rw-r--r-- | drivers/mtd/ubi/fastmap-wl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
21 | static void update_fastmap_work_fn(struct work_struct *wrk) | 21 | static void update_fastmap_work_fn(struct work_struct *wrk) |
22 | { | 22 | { |
23 | struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work); | 23 | struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work); |
24 | |||
24 | ubi_update_fastmap(ubi); | 25 | ubi_update_fastmap(ubi); |
25 | spin_lock(&ubi->wl_lock); | 26 | spin_lock(&ubi->wl_lock); |
26 | ubi->fm_work_scheduled = 0; | 27 | ubi->fm_work_scheduled = 0; |