mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 09:29:41 +00:00
staging: ft1000: remove space before closing paren
as per coding style, space prohibited before that close parenthesis 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
610554d3ac
commit
6f5519fd83
@ -1137,7 +1137,7 @@ u16 scram_dnldr(struct ft1000_usb *ft1000dev, void *pFileStart,
|
||||
if (pseudo_header->checksum ==
|
||||
hdr_checksum(pseudo_header)) {
|
||||
if (pseudo_header->portdest !=
|
||||
0x80 /* Dsp OAM */ ) {
|
||||
0x80 /* Dsp OAM */) {
|
||||
state = STATE_DONE_PROV;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user