staging: gs_fpgaboot Fix trailing whitespace.
authorAybuke Ozdemir <aybuke.147@gmail.com>
Wed, 17 Sep 2014 13:10:36 +0000 (16:10 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:42:15 +0000 (17:42 -0700)
Fix checkpatch.pl issues with trailing
whitespace in README.

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gs_fpgaboot/README

index cfa8624..8d793c1 100644 (file)
@@ -25,13 +25,12 @@ TABLE OF CONTENTS.
 
 3. DESIGN
 
-       - load Xilinx FPGA bitstream format[1] firmware image file using 
+       - load Xilinx FPGA bitstream format[1] firmware image file using
          kernel firmware framework, request_firmware()
        - program the Xilinx FPGA using SelectMAP (parallel) mode [2]
        - FPGA prgram is done by gpio based bit-banging, as an example
        - platform independent file: gs_fpgaboot.c
        - platform dependent file: io.c
-       
 
 4. HOW TO USE