Staging: gs_fpgaboot: Add space around '+'.

Add space around '+'.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sandhya Bankar
2016-03-13 15:52:15 +05:30
committed by Greg Kroah-Hartman
parent e58463b341
commit c5471a6fa6

View File

@@ -221,7 +221,7 @@ static int gs_download_image(struct fpgaimage *fimage, enum wbus bus_bytes)
pr_info("device init done\n");
for (i = 0; i < size; i += bus_bytes)
xl_shift_bytes_out(bus_bytes, bitdata+i);
xl_shift_bytes_out(bus_bytes, bitdata + i);
pr_info("program done\n");