public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: octeon: fix line over 80 characters
@ 2017-07-25 13:01 catalinnow
  2017-07-25 13:30 ` Joe Perches
  2017-07-25 14:13 ` Dan Carpenter
  0 siblings, 2 replies; 3+ messages in thread
From: catalinnow @ 2017-07-25 13:01 UTC (permalink / raw)
  To: gregkh, aaro.koskinen, davem, johannes.berg, stephen, tklauser,
	chuckleberryfinn, arnd
  Cc: catalinnow, devel, linux-kernel

From: John Smith <catalinnow@gmail.com>

ethernet-rx.c:

fix WARNING: line over 80 characters

Signed-off-by: John Smith <catalinnow@gmail.com>
---
 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 72baede..623c5e0 100644
--- a/drivers/staging/octeon/ethernet-rx.c
+++ b/drivers/staging/octeon/ethernet-rx.c
@@ -323,7 +323,8 @@ static int cvm_oct_poll(struct oct_rx_group *rx_group, int budget)
 						segment_size = len;
 					/* Copy the data into the packet */
 					skb_put_data(skb,
-						     cvmx_phys_to_ptr(segment_ptr.s.addr),
+						     cvmx_phys_to_ptr(
+						     segment_ptr.s.addr),
 						     segment_size);
 					len -= segment_size;
 					segment_ptr = next_ptr;
--
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-25 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 13:01 [PATCH] staging: octeon: fix line over 80 characters catalinnow
2017-07-25 13:30 ` Joe Perches
2017-07-25 14:13 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox