Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Anjali Menon <cse.anjalimenon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Anjali Menon and committed by
Greg Kroah-Hartman
24069d28 f2fd578f

-1
-1
drivers/staging/unisys/visornic/visornic_main.c
··· 1742 1742 atomic_set(&devdata->interrupt_rcvd, 0); 1743 1743 1744 1744 mod_timer(&devdata->irq_poll_timer, msecs_to_jiffies(2)); 1745 - 1746 1745 } 1747 1746 1748 1747 /**