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>
This commit is contained in:
Anjali Menon 2015-11-20 18:34:37 +05:30 committed by Greg Kroah-Hartman
parent f2fd578f16
commit 24069d287c
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}
/**