From: Aybuke Ozdemir Date: Wed, 17 Sep 2014 13:10:36 +0000 (+0300) Subject: staging: gs_fpgaboot Fix trailing whitespace. X-Git-Tag: v4.14-rc1~6739^2~315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05fd349b1750d456423538e69c3c1d4d8a10f1c8;p=platform%2Fkernel%2Flinux-rpi.git staging: gs_fpgaboot Fix trailing whitespace. Fix checkpatch.pl issues with trailing whitespace in README. Signed-off-by: Aybuke Ozdemir Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gs_fpgaboot/README b/drivers/staging/gs_fpgaboot/README index cfa8624..8d793c1 100644 --- a/drivers/staging/gs_fpgaboot/README +++ b/drivers/staging/gs_fpgaboot/README @@ -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