From: Kelley Nielsen Date: Sat, 12 Oct 2013 06:08:28 +0000 (-0700) Subject: staging: ft1000-usb: remove space between function name and open paren in ft1000_down... X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e072241a31cb7469dcaf5d0e0d5066b9ed30e58c;p=deliverable%2Flinux.git staging: ft1000-usb: remove space between function name and open paren in ft1000_download.c fixed checkpatch.pl warning: space prohibited between function name and open 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 5190c8ac4e0a..978b9796665b 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c @@ -123,7 +123,7 @@ struct dsp_image_info { // Notes: // //--------------------------------------------------------------------------- -static u32 check_usb_db (struct ft1000_usb *ft1000dev) +static u32 check_usb_db(struct ft1000_usb *ft1000dev) { int loopcnt; u16 temp;