From: Kelley Nielsen Date: Sat, 12 Oct 2013 17:28:50 +0000 (-0700) Subject: staging: ft1000: remove space before closing paren X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6f5519fd833abd8066cc7a8f6e8c5b31dfcc7ea9;p=deliverable%2Flinux.git staging: ft1000: remove space before closing paren as per coding style, space prohibited before that close parenthesis Signed-off-by: Kelley Nielsen Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c index d2cfafd6a8b4..11225f5cae4a 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c @@ -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; }