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 <kelleynnn@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c6e9a0565f
commit
e072241a31
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user