Commit df2f4c4e authored by Burcin Akalin's avatar Burcin Akalin Committed by Greg Kroah-Hartman
Browse files

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: default avatarBurcin Akalin <brcnakalin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f773a834
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.
	 *