staging: unisys: visornic: Removed the blank line
authorAnjali Menon <cse.anjalimenon@gmail.com>
Fri, 20 Nov 2015 13:04:37 +0000 (18:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Nov 2015 16:42:14 +0000 (08:42 -0800)
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>
drivers/staging/unisys/visornic/visornic_main.c

index 296b11cea247fdad0070fbeafae3cbff95b402f2..05194707278a3db2874822e2c4c691bbd684618e 100644 (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));
-
 }
 
 /**
This page took 0.032403 seconds and 5 git commands to generate.