From fa15260972b5ee645ba0992c3e21ae90f152a41b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 3 Sep 2018 00:11:26 -0600 Subject: global: satisfy check_patch.pl errors --- src/allowedips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/allowedips.c') diff --git a/src/allowedips.c b/src/allowedips.c index 4616645..14f8e13 100644 --- a/src/allowedips.c +++ b/src/allowedips.c @@ -57,8 +57,8 @@ static void node_free_rcu(struct rcu_head *rcu) }) static void root_free_rcu(struct rcu_head *rcu) { - struct allowedips_node *node, *stack[128] = - { container_of(rcu, struct allowedips_node, rcu) }; + struct allowedips_node *node, *stack[128] = { + container_of(rcu, struct allowedips_node, rcu) }; unsigned int len = 1; while (len > 0 && (node = stack[--len]) && -- cgit v1.2.3-59-g8ed1b