summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorAnjali Menon2015-11-20 14:04:37 +0100
committerGreg Kroah-Hartman2015-11-25 17:42:14 +0100
commit24069d287cba5bc0279eac83b34eae8f59fd10ef (patch)
treebc33d516018ad5df77a912800fe8c2428e2d74ee /drivers/staging/unisys
parentStaging: lustre: obd_cksum.h: Remove unused cksum_types_supported_server (diff)
downloadkernel-qcow2-linux-24069d287cba5bc0279eac83b34eae8f59fd10ef.tar.gz
kernel-qcow2-linux-24069d287cba5bc0279eac83b34eae8f59fd10ef.tar.xz
kernel-qcow2-linux-24069d287cba5bc0279eac83b34eae8f59fd10ef.zip
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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visornic/visornic_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c
index 296b11cea247..05194707278a 100644
--- a/drivers/staging/unisys/visornic/visornic_main.c
+++ b/drivers/staging/unisys/visornic/visornic_main.c
@@ -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));
-
}
/**