l2tp: cleanup wonky alignment of line-broken function calls
Arguments should be aligned with the function call open parenthesis as per checkpatch. Tweak some function calls which were not aligned correctly. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
9f7da9a0e3
commit
8ce9825a59
@@ -145,7 +145,7 @@ static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v)
|
||||
const struct ipv6_pinfo *np = inet6_sk(tunnel->sock);
|
||||
|
||||
seq_printf(m, " from %pI6c to %pI6c\n",
|
||||
&np->saddr, &tunnel->sock->sk_v6_daddr);
|
||||
&np->saddr, &tunnel->sock->sk_v6_daddr);
|
||||
} else
|
||||
#endif
|
||||
seq_printf(m, " from %pI4 to %pI4\n",
|
||||
|
Reference in New Issue
Block a user