浏览代码

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>
Anjali Menon 10 年之前
父节点
当前提交
24069d287c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/staging/unisys/visornic/visornic_main.c

+ 0 - 1
drivers/staging/unisys/visornic/visornic_main.c

@@ -1742,7 +1742,6 @@ poll_for_irq(unsigned long v)
 	atomic_set(&devdata->interrupt_rcvd, 0);
 	atomic_set(&devdata->interrupt_rcvd, 0);
 
 
 	mod_timer(&devdata->irq_poll_timer, msecs_to_jiffies(2));
 	mod_timer(&devdata->irq_poll_timer, msecs_to_jiffies(2));
-
 }
 }
 
 
 /**
 /**