From: Anjali Menon Date: Fri, 20 Nov 2015 13:04:37 +0000 (+0530) Subject: staging: unisys: visornic: Removed the blank line X-Git-Tag: v4.5-rc1~122^2~309 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24069d287cba5bc0279eac83b34eae8f59fd10ef;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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)); - } /**