linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] staging: sm750fb: Fix comments style
       [not found] <1449083891-29650-1-git-send-email-sebastian.lawniczak@yahoo.com>
@ 2016-02-08  2:54 ` Greg Kroah-Hartman
  0 siblings, 0 replies; only message in thread
From: Greg Kroah-Hartman @ 2016-02-08  2:54 UTC (permalink / raw)
  To: sebastian.lawniczak
  Cc: Sudip Mukherjee, Teddy Wang, linux-fbdev, devel, linux-kernel

On Wed, Dec 02, 2015 at 08:18:11PM +0100, sebastian.lawniczak@yahoo.com wrote:
> From: Sebastian Lawniczak <sebastian.lawniczak@yahoo.com>
> 
> Fix warnings reported by checkpatch.pl in block comments.
> 
> Signed-off-by: Sebastian Lawniczak <sebastian.lawniczak@yahoo.com>
> ---
>  drivers/staging/sm750fb/ddk750_chip.c | 70 +++++++++++++++++++----------------
>  1 file changed, 39 insertions(+), 31 deletions(-)
> 
> diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
> index 0331d34..01ddf44 100644
> --- a/drivers/staging/sm750fb/ddk750_chip.c
> +++ b/drivers/staging/sm750fb/ddk750_chip.c
> @@ -86,8 +86,10 @@ static void setMemoryClock(unsigned int frequency)
>  		return;
>  
>  	if (frequency) {
> -		/* Set the frequency to the maximum frequency that the DDR Memory can take
> -		which is 336MHz. */
> +		/*
> +		* Set the frequency to the maximum frequency that the DDR Memory can take
> +		* which is 336MHz.
> +		*/

It should look like:
		/*
		 * Set the frequency to the maximum frequency that the DDR Memory can take
		 * which is 336MHz.
		 */

So I can't take this patch, sorry.

Please fix it up and resend.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-08  2:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1449083891-29650-1-git-send-email-sebastian.lawniczak@yahoo.com>
2016-02-08  2:54 ` [PATCH] staging: sm750fb: Fix comments style Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).