All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6656: rearrange line exceeding 80 characters
@ 2020-03-25  0:51 Gokce Kuler
  2020-03-25 12:33 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Gokce Kuler @ 2020-03-25  0:51 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Moved from the comma character to the bottom line after
for it exceeds 80 characters.

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
 drivers/staging/vt6656/rxtx.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c
index 9439d19..796a716 100644
--- a/drivers/staging/vt6656/rxtx.c
+++ b/drivers/staging/vt6656/rxtx.c
@@ -416,7 +416,8 @@ static u16 vnt_rxtx_ab(struct vnt_usb_send_context *tx_context,
 	u8 need_ack = tx_context->need_ack;
 
 	buf->rrv_time = vnt_rxtx_rsvtime_le16(priv, tx_context->pkt_type,
-					      frame_len, current_rate, need_ack);
+					      frame_len, current_rate,
+			                      need_ack);
 
 	if (need_mic)
 		head = &tx_head->tx_ab.tx.mic.head;
-- 
2.7.4



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

end of thread, other threads:[~2020-03-25 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-25  0:51 [PATCH] staging: vt6656: rearrange line exceeding 80 characters Gokce Kuler
2020-03-25 12:33 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.