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

From: Greg KH
Date: Sun Jul 30 2017 - 13:07:11 EST


On Wed, Jul 26, 2017 at 07:40:39PM +0300, catalinnow@xxxxxxxxx wrote:
> From: John Smith <catalinnow@xxxxxxxxx>
>
> 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 <catalinnow@xxxxxxxxx>
> ---
> Changes since version 1:
> - added copy_segments_to_skb helper function
> - compiled ok on yocto/edgerouter

Never add build warnings, that is a sign something is wrong with the
patch :(