aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayli karnik <karniksayli1995@gmail.com>2016-09-12 20:54:07 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-13 15:01:29 +0200
commitb9ac4b65b5c0b16a34c12e3f0a3edf1452d4c34a (patch)
treec1d65b54a94b46a5287e880a9d9eb320e467758a
parentstaging: ks7010: Remove the explicit NULL comparison (diff)
downloadlinux-dev-b9ac4b65b5c0b16a34c12e3f0a3edf1452d4c34a.tar.xz
linux-dev-b9ac4b65b5c0b16a34c12e3f0a3edf1452d4c34a.zip
staging: gs_fpga_boot: Remove multiple blank lines
This patch fixes the following checkpatch warning for the gs_fpgaboot driver: CHECK: Please don't use multiple blank lines. Signed-off-by: sayli karnik <karniksayli1995@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/gs_fpgaboot/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/gs_fpgaboot/io.h b/drivers/staging/gs_fpgaboot/io.h
index 7b46ac24b74e..5e839b1fc884 100644
--- a/drivers/staging/gs_fpgaboot/io.h
+++ b/drivers/staging/gs_fpgaboot/io.h
@@ -66,10 +66,8 @@ enum wbus {
bus_2byte = 2,
};
-
#define MAX_WAIT_DONE 10000
-
struct gpiobus {
int ngpio;
void __iomem *r[4];