aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ft1000
diff options
context:
space:
mode:
authorKelley Nielsen <kelleynnn@gmail.com>2013-10-12 12:16:33 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-14 09:24:49 -0700
commitde7a0cc15a9ce952a06053e3e155affe0119e772 (patch)
treea7aebeeb80d0c3b2c003ba1bd0a196e558efc4bd /drivers/staging/ft1000
parent6f5519fd833abd8066cc7a8f6e8c5b31dfcc7ea9 (diff)
staging: ft1000: convert formal function header to single line comment
As per coding style,C99 comments are not allowed also, the formal header contained empty space and redundant information that's right there in the function Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ft1000')
-rw-r--r--drivers/staging/ft1000/ft1000-usb/ft1000_download.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
index 11225f5cae4..229306ff8ad 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
@@ -111,18 +111,7 @@ struct dsp_image_info {
};
-//---------------------------------------------------------------------------
-// Function: check_usb_db
-//
-// Parameters: struct ft1000_usb - device structure
-//
-// Returns: 0 - success
-//
-// Description: This function checks if the doorbell register is cleared
-//
-// Notes:
-//
-//---------------------------------------------------------------------------
+/* checks if the doorbell register is cleared */
static u32 check_usb_db(struct ft1000_usb *ft1000dev)
{
int loopcnt;