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>
This commit is contained in:
parent
e1bc37ceaf
commit
1841fcfd91
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
static void update_fastmap_work_fn(struct work_struct *wrk)
|
static void update_fastmap_work_fn(struct work_struct *wrk)
|
||||||
{
|
{
|
||||||
struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work);
|
struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work);
|
||||||
|
|
||||||
ubi_update_fastmap(ubi);
|
ubi_update_fastmap(ubi);
|
||||||
spin_lock(&ubi->wl_lock);
|
spin_lock(&ubi->wl_lock);
|
||||||
ubi->fm_work_scheduled = 0;
|
ubi->fm_work_scheduled = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue