Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1841fcfd authored by Richard Weinberger's avatar Richard Weinberger
Browse files

UBI: Fastmap: Add blank line after declarations



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

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent e1bc37ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;