提交 d6833e42 编写于 作者: S Sultan Alsawaf 提交者: David S. Miller

wireguard: send: remove errant newline from packet_encrypt_worker

This commit removes a useless newline at the end of a scope, which
doesn't add anything in the way of organization or readability.
Signed-off-by: NSultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: NJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 42c556fe
...@@ -304,7 +304,6 @@ void wg_packet_encrypt_worker(struct work_struct *work) ...@@ -304,7 +304,6 @@ void wg_packet_encrypt_worker(struct work_struct *work)
} }
wg_queue_enqueue_per_peer(&PACKET_PEER(first)->tx_queue, first, wg_queue_enqueue_per_peer(&PACKET_PEER(first)->tx_queue, first,
state); state);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册