All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireguard: remove errant newline from wg_packet_encrypt_worker()
@ 2020-04-22  6:25 Sultan Alsawaf
  2020-04-22  6:27 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Sultan Alsawaf @ 2020-04-22  6:25 UTC (permalink / raw)
  To: Jason A. Donenfeld, wireguard, netdev; +Cc: Sultan Alsawaf

From: Sultan Alsawaf <sultan@kerneltoast.com>

This commit removes a useless newline.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
---
 drivers/net/wireguard/send.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireguard/send.c b/drivers/net/wireguard/send.c
index c13260563446..78f240940cbf 100644
--- a/drivers/net/wireguard/send.c
+++ b/drivers/net/wireguard/send.c
@@ -298,7 +298,6 @@ void wg_packet_encrypt_worker(struct work_struct *work)
 		}
 		wg_queue_enqueue_per_peer(&PACKET_PEER(first)->tx_queue, first,
 					  state);
-
 	}
 }
 
-- 
2.26.2


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

* Re: [PATCH] wireguard: remove errant newline from wg_packet_encrypt_worker()
  2020-04-22  6:25 [PATCH] wireguard: remove errant newline from wg_packet_encrypt_worker() Sultan Alsawaf
@ 2020-04-22  6:27 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2020-04-22  6:27 UTC (permalink / raw)
  To: Sultan Alsawaf; +Cc: WireGuard mailing list, Netdev

Applied to the wireguard tree and will go out with the next wireguard
update patchset I post on netdev.

Thanks,
Jason

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

end of thread, other threads:[~2020-04-22  6:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22  6:25 [PATCH] wireguard: remove errant newline from wg_packet_encrypt_worker() Sultan Alsawaf
2020-04-22  6:27 ` Jason A. Donenfeld

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.