OSDN Git Service

staging: ft1000-usb: remove space between function name and open paren in ft1000_down...
authorKelley Nielsen <kelleynnn@gmail.com>
Sat, 12 Oct 2013 06:08:28 +0000 (23:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:15:26 +0000 (09:15 -0700)
fixed checkpatch.pl warning: space prohibited between function name and
open 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 5190c8a..978b979 100644 (file)
@@ -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;