Re: [PATCH 3/7] staging: cxt1e1: Fix line length over 80 characters in linux.c

From: Dan Carpenter
Date: Tue Mar 04 2014 - 03:46:29 EST


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@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/