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 -
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
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
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 ++-