Staging: mt29f_spinand: Remove multiple blank lines
authorEva Rachel Retuya <eraretuya@gmail.com>
Thu, 22 Oct 2015 17:07:40 +0000 (01:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:33:17 +0000 (18:33 -0700)
Remove excess blank line in-between two function declarations.
Issue found by checkpatch.

CHECK: Please don't use multiple blank lines

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt29f_spinand/mt29f_spinand.c

index c00749ed6da0d0ed2f55517b2f30c6e748a45607..7691417eebd66e2231bb9b469b7dc4ef3deed8ad 100644 (file)
@@ -677,7 +677,6 @@ static uint8_t spinand_read_byte(struct mtd_info *mtd)
        return data;
 }
 
-
 static int spinand_wait(struct mtd_info *mtd, struct nand_chip *chip)
 {
        struct spinand_info *info = (struct spinand_info *)chip->priv;
This page took 0.02883 seconds and 5 git commands to generate.