diff options
| author | 2016-03-25 22:44:48 +0100 | |
|---|---|---|
| committer | 2016-03-29 12:43:14 -0700 | |
| commit | 686855e033faf191b499315758ae2c40f230a3bc (patch) | |
| tree | 0c7b5cd076749470d982f7b8f933aa6f347484de | |
| parent | Staging: wlan-ng: convert usb_prism_tbl[] array into a const array (diff) | |
Staging: gs_fpgaboot: remove blank line in io.c
Removes a blank line in order to silence a checkpatch.pl warning.
Signed-off-by: Ben Marsh <bmarsh94@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/gs_fpgaboot/io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c index 819db53da64d..c9391198fbfb 100644 --- a/drivers/staging/gs_fpgaboot/io.c +++ b/drivers/staging/gs_fpgaboot/io.c @@ -35,7 +35,6 @@ static inline void byte0_out(unsigned char data); static inline void byte1_out(unsigned char data); static inline void xl_cclk_b(int32_t i); - /* Assert and Deassert CCLK */ void xl_shift_cclk(int count) { |
