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

2017-07-30 Thread Greg KH
On Wed, Jul 26, 2017 at 07:40:39PM +0300, catalin...@gmail.com wrote: > 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

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

2017-07-29 Thread kbuild test robot
Hi John, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.13-rc2 next-20170728] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

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