OSDN Git Service

l2tp: check socket address type in l2tp_dfs_seq_tunnel_show
authorTom Parkin <tparkin@katalix.com>
Thu, 23 Jul 2020 11:29:52 +0000 (12:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 18:54:40 +0000 (11:54 -0700)
commit26d9a2710616c4499b661cada35ac5e4b125ebe8
tree92b1ca2ed56bdc0bb9daf166512d0a69f59dc5ad
parent6c0ec37b82834630cfe99ef42690beef18d2b400
l2tp: check socket address type in l2tp_dfs_seq_tunnel_show

checkpatch warns about indentation and brace balancing around the
conditionally compiled code for AF_INET6 support in
l2tp_dfs_seq_tunnel_show.

By adding another check on the socket address type we can make the code
more readable while removing the checkpatch warning.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_debugfs.c