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

2017-08-01 Thread catalinnow
From: John Smith ethernet-rx.c: fix WARNING: line over 80 characters The code was restructured a bit, a helper function was added to cvm_oct_poll. Signed-off-by: John Smith --- Changes since version 2: - silenced build warning drivers/staging/octeon/ethernet-rx.c | 79 +++---

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

2017-07-26 Thread catalinnow
From: John Smith ethernet-rx.c: fix WARNING: line over 80 characters The code was restructured a bit, a helper function was added to cvm_oct_poll. Signed-off-by: John Smith --- Changes since version 1: - added copy_segments_to_skb helper function - compiled ok on yocto/edgerouter drivers/st

[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