From: sayli karnik Date: Mon, 12 Sep 2016 15:24:07 +0000 (+0530) Subject: staging: gs_fpga_boot: Remove multiple blank lines X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b9ac4b65b5c0b16a34c12e3f0a3edf1452d4c34a;p=linux-beck.git 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 Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- 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];