Re: [PATCH 2/3] Staging: cxt1e1: Fix line length over 80 characters in musycc.c

2014-05-09 Thread DaeSeok Youn
2014-05-09 17:07 GMT+09:00 Dan Carpenter : > This patch is ok, but here are some additional hints. > > On Fri, May 09, 2014 at 10:39:48AM +0900, Daeseok Youn wrote: >> @@ -1100,7 +1102,9 @@ musycc_bh_rx_eom(mpi_t *pi, int gchan) >>*/ >> if (hdlcnum >= 2

Re: [PATCH 2/3] Staging: cxt1e1: Fix line length over 80 characters in musycc.c

2014-05-09 Thread Dan Carpenter
This patch is ok, but here are some additional hints. On Fri, May 09, 2014 at 10:39:48AM +0900, Daeseok Youn wrote: > @@ -1100,7 +1102,9 @@ musycc_bh_rx_eom(mpi_t *pi, int gchan) >*/ > if (hdlcnum >= 228) { > if (nciProces

[PATCH 2/3] Staging: cxt1e1: Fix line length over 80 characters in musycc.c

2014-05-08 Thread Daeseok Youn
clean up checkpatch.pl warning WARNING: Line length over 80 characters Signed-off-by: Daeseok Youn --- drivers/staging/cxt1e1/musycc.c | 29 +++-- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/drivers/staging/cxt1e1/musycc.c b/drivers/staging/cxt1e1/