Re: [PATCH v1 3/3] net: WireGuard secure network tunnel

From: Stephen Hemminger
Date: Tue Jul 31 2018 - 16:22:15 EST


On Tue, 31 Jul 2018 21:11:02 +0200
"Jason A. Donenfeld" <Jason@xxxxxxxxx> wrote:

> +static int walk_by_peer(struct allowedips_node __rcu *top, u8 bits, struct allowedips_cursor *cursor, struct wireguard_peer *peer, int (*func)(void *ctx, const u8 *ip, u8 cidr, int family), void *ctx, struct mutex *lock)
> +{

Please break lines at something reasonable like 100 characters.