diff options
author | sayli karnik <karniksayli1995@gmail.com> | 2016-09-12 20:54:07 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-13 15:01:29 +0200 |
commit | b9ac4b65b5c0b16a34c12e3f0a3edf1452d4c34a (patch) | |
tree | c1d65b54a94b46a5287e880a9d9eb320e467758a | |
parent | c7e65f4d2f7968de8605ef1b83ac1019e8e51d22 (diff) |
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.h | 2 |
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]; |