Re: [PATCH] staging: octeon: fix line over 80 characters

2017-07-25 Thread Dan Carpenter
On Tue, Jul 25, 2017 at 04:01:57PM +0300, catalin...@gmail.com wrote: > From: John Smith > > ethernet-rx.c: > > fix WARNING: line over 80 characters > > Signed-off-by: John Smith > --- > drivers/staging/octeon/ethernet-rx.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff -

[PATCH] staging: octeon: fix line over 80 characters

2017-07-25 Thread catalinnow
From: John Smith ethernet-rx.c: fix WARNING: line over 80 characters Signed-off-by: John Smith --- drivers/staging/octeon/ethernet-rx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c index 72ba

Re: [PATCH] staging: octeon: fix line over 80 characters

2017-07-25 Thread Joe Perches
On Tue, 2017-07-25 at 16:01 +0300, catalin...@gmail.com wrote: > From: John Smith > > ethernet-rx.c: > > fix WARNING: line over 80 characters Instead of just shutting up checkpatch, how about restructuring the code a bit by adding a helper function to this very long cvm_oct_poll? > diff --git

[PATCH] staging: octeon: Fix line over 80 characters

2017-02-03 Thread kamalheib1
From: Kamal Heib This patch fix the line over 80 characters warning that was detected using checkpatch.pl script. Fixes: 6fe5efa1415c ('staging: octeon: Convert create_singlethread_workqueue()') Cc: Bhaktipriya Shridhar Signed-off-by: Kamal Heib --- drivers/staging/octeon/ethernet.c | 3 ++-