From: Kelley Nielsen Date: Tue, 15 Oct 2013 21:05:09 +0000 (-0700) Subject: staging: ft1000: change put_request_value() header to single line comment in ft1000_d... X-Git-Tag: v3.13-rc1~170^2~263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e80d03c757085987377e7e08fa858ee6912a5c2;p=profile%2Fivi%2Fkernel-x86-ivi.git staging: ft1000: change put_request_value() header to single line comment in ft1000_download.c 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c index 97950b9..1d9f07a 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c @@ -351,19 +351,7 @@ static long get_request_value(struct ft1000_usb *ft1000dev) } -//--------------------------------------------------------------------------- -// Function: put_request_value -// -// Parameters: struct ft1000_usb - device structure -// long lvalue - value to be put into DPRAM location DWNLD_MAG1_SIZE_LOC -// -// Returns: none -// -// Description: This function writes a value to DWNLD_MAG1_SIZE_LOC -// -// Notes: -// -//--------------------------------------------------------------------------- +/* writes a value to DWNLD_MAG1_SIZE_LOC */ static void put_request_value(struct ft1000_usb *ft1000dev, long lvalue) { u32 tempx;