staging: ft1000: remove space before address operator
as per coding style (checkpatch error), space prohibited after that '&' Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cfd9d1fad6
commit
610554d3ac
|
@ -1036,7 +1036,7 @@ u16 scram_dnldr(struct ft1000_usb *ft1000dev, void *pFileStart,
|
|||
status =
|
||||
fix_ft1000_write_dpram32
|
||||
(ft1000dev, dpram++,
|
||||
(u8 *) & templong);
|
||||
(u8 *) &templong);
|
||||
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue