]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 5190c8ac4e0a77cbb03e4f5b4d14c4dd764469a0..978b9796665b7e5a369b2507bfff7f9c24a606e3 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;