staging: nvec: Do not use multiple blank lines.
authorBurcin Akalin <brcnakalin@gmail.com>
Sun, 25 Oct 2015 13:23:50 +0000 (15:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 05:49:09 +0000 (14:49 +0900)
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>
drivers/staging/nvec/nvec.c

index 164634d61ac588e60a6d7b2391210a710a78e3c5..802c9597d42104d2f64c490280581d83bb315cae 100644 (file)
@@ -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.
         *