staging: ft1000: remove space before closing paren
authorKelley Nielsen <kelleynnn@gmail.com>
Sat, 12 Oct 2013 17:28:50 +0000 (10:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:23:23 +0000 (09:23 -0700)
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>
drivers/staging/ft1000/ft1000-usb/ft1000_download.c

index d2cfafd..11225f5 100644 (file)
@@ -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;
                                }