mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 12:24:34 +08:00
staging: nvec: Do not use multiple blank lines.
Remove multiple blank lines. Problem found using checkpatch.pl "CHECK: Please don't use multiple blank lines". Signed-off-by: Burcin Akalin <brcnakalin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f773a83479
commit
df2f4c4e4b
@ -710,7 +710,6 @@ static irqreturn_t nvec_interrupt(int irq, void *dev)
|
||||
status & RCVD ? " RCVD" : "",
|
||||
status & RNW ? " RNW" : "");
|
||||
|
||||
|
||||
/*
|
||||
* TODO: A correct fix needs to be found for this.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user