diff options
author | Kelley Nielsen <kelleynnn@gmail.com> | 2013-10-11 23:08:28 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-14 09:15:26 -0700 |
commit | e072241a31cb7469dcaf5d0e0d5066b9ed30e58c (patch) | |
tree | 2b7eb01680f5d79bd47140d1216cf66f71396e54 /drivers/staging | |
parent | c6e9a0565ff06a06299ff0445f75dc92ae69d45c (diff) |
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/ft1000/ft1000-usb/ft1000_download.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |