Browse Source

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>
Ben Marsh 9 năm trước cách đây
mục cha
commit
686855e033
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/staging/gs_fpgaboot/io.c

+ 0 - 1
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)
 {