Thanks for review. Ok. I Will fix later.
Daeseok Youn 2014-03-04 17:45 GMT+09:00, Dan Carpenter <[email protected]>: > 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 <[email protected]> >> --- >> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

