mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
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:
committed by
Greg Kroah-Hartman
parent
e58463b341
commit
c5471a6fa6
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user