aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelley Nielsen <kelleynnn@gmail.com>2013-10-11 23:08:28 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-14 09:15:26 -0700
commite072241a31cb7469dcaf5d0e0d5066b9ed30e58c (patch)
tree2b7eb01680f5d79bd47140d1216cf66f71396e54
parentstaging: vt6655: Removed C99 style comments (diff)
downloadlinux-dev-e072241a31cb7469dcaf5d0e0d5066b9ed30e58c.tar.xz
linux-dev-e072241a31cb7469dcaf5d0e0d5066b9ed30e58c.zip
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>
-rw-r--r--drivers/staging/ft1000/ft1000-usb/ft1000_download.c2
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;