projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1bc37c
)
UBI: Fastmap: Add blank line after declarations
author
Richard Weinberger
<richard@nod.at>
Wed, 29 Oct 2014 10:47:22 +0000
(11:47 +0100)
committer
Richard 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/ubi/fastmap-wl.c
b/drivers/mtd/ubi/fastmap-wl.c
index 7a72af2ec4ec0e3cde9670fcc1587a4597acbe01..067aa9042ec11ff113e3e51693cbc056cb8685cd 100644
(file)
--- 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;