[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140304084555.GS26722@mwanda>
Date: Tue, 4 Mar 2014 11:45:56 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Daeseok Youn <daeseok.youn@...il.com>
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
shaun@...source.ca, sachin.kamat@...aro.org,
linux-kernel@...r.kernel.org, dulshani.gunawardhana89@...il.com,
ying.xue@...driver.com, davem@...emloft.net
Subject: Re: [PATCH 3/7] staging: cxt1e1: Fix line length over 80 characters
in linux.c
On Tue, Mar 04, 2014 at 11:08:46AM +0900, Daeseok Youn wrote:
>
> clean up checkpatch.pl warnings:
> WARNING: Line length over 80 characters
>
> Signed-off-by: Daeseok Youn <daeseok.youn@...il.com>
> ---
> drivers/staging/cxt1e1/linux.c | 48 +++++++++++++++++++++++++--------------
> 1 files changed, 31 insertions(+), 17 deletions(-)
>
> diff --git a/drivers/staging/cxt1e1/linux.c b/drivers/staging/cxt1e1/linux.c
> index 17d73f4..579e68e 100644
> --- a/drivers/staging/cxt1e1/linux.c
> +++ b/drivers/staging/cxt1e1/linux.c
> @@ -31,7 +31,7 @@
> #include "pmcc4_private.h"
> #include "sbeproc.h"
>
> -/*****************************************************************************************
> +/*******************************************************************************
This should just be:
/*
*
*
Not ************************************************** etc.
Fix in a later patch if you want.
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists