diff options
author | Aybuke Ozdemir <aybuke.147@gmail.com> | 2014-09-17 09:10:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-19 20:42:15 -0400 |
commit | 05fd349b1750d456423538e69c3c1d4d8a10f1c8 (patch) | |
tree | 9b642c4b92daac8903b9f891335902e195025af0 | |
parent | de77c125f57a308250cfaec945541fd8abe0e054 (diff) |
staging: gs_fpgaboot Fix trailing whitespace.
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>
-rw-r--r-- | drivers/staging/gs_fpgaboot/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/gs_fpgaboot/README b/drivers/staging/gs_fpgaboot/README index cfa8624304e5..8d793c1769b0 100644 --- a/drivers/staging/gs_fpgaboot/README +++ b/drivers/staging/gs_fpgaboot/README | |||
@@ -25,13 +25,12 @@ TABLE OF CONTENTS. | |||
25 | 25 | ||
26 | 3. DESIGN | 26 | 3. DESIGN |
27 | 27 | ||
28 | - load Xilinx FPGA bitstream format[1] firmware image file using | 28 | - load Xilinx FPGA bitstream format[1] firmware image file using |
29 | kernel firmware framework, request_firmware() | 29 | kernel firmware framework, request_firmware() |
30 | - program the Xilinx FPGA using SelectMAP (parallel) mode [2] | 30 | - program the Xilinx FPGA using SelectMAP (parallel) mode [2] |
31 | - FPGA prgram is done by gpio based bit-banging, as an example | 31 | - FPGA prgram is done by gpio based bit-banging, as an example |
32 | - platform independent file: gs_fpgaboot.c | 32 | - platform independent file: gs_fpgaboot.c |
33 | - platform dependent file: io.c | 33 | - platform dependent file: io.c |
34 | |||
35 | 34 | ||
36 | 4. HOW TO USE | 35 | 4. HOW TO USE |
37 | 36 | ||