Commit de7a0cc1 authored by Kelley Nielsen's avatar Kelley Nielsen Committed by Greg Kroah-Hartman

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: default avatarKelley Nielsen <kelleynnn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6f5519fd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment