Re: [PATCH] staging: octeon: Fix checkpatch warning

2014-11-26 Thread Luis de Bethencourt
On Wed, Nov 26, 2014 at 01:45:23PM -0800, Greg KH wrote: On Tue, Nov 25, 2014 at 01:26:14PM +, Luis de Bethencourt wrote: This patch fixes the checkpatch.pl warnings: WARNING: line over 80 characters + int cores_in_use = core_state.baseline_cores -

Re: [PATCH] staging: octeon: Fix checkpatch warning

2014-11-26 Thread Greg KH
On Thu, Nov 27, 2014 at 12:35:23AM +, Luis de Bethencourt wrote: On Wed, Nov 26, 2014 at 01:45:23PM -0800, Greg KH wrote: On Tue, Nov 25, 2014 at 01:26:14PM +, Luis de Bethencourt wrote: This patch fixes the checkpatch.pl warnings: WARNING: line over 80 characters +

[PATCH] staging: octeon: Fix checkpatch warning

2014-11-25 Thread Luis de Bethencourt
This patch fixes the checkpatch.pl warnings: WARNING: line over 80 characters + int cores_in_use = core_state.baseline_cores - atomic_read(core_state.available_cores); WARNING: line over 80 characters + skb-data = skb-head + work-packet_ptr.s.addr -