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:
parent
c6e9a0565f
commit
e072241a31
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue