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

Commit 24069d28 authored by Anjali Menon's avatar Anjali Menon Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visornic: Removed the blank line



Removed the blank line before the close brace to remove the check
detected by the checkpatch.pl

CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: default avatarAnjali Menon <cse.anjalimenon@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f2fd578f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1742,7 +1742,6 @@ poll_for_irq(unsigned long v)
	atomic_set(&devdata->interrupt_rcvd, 0);

	mod_timer(&devdata->irq_poll_timer, msecs_to_jiffies(2));

}

/**