diff options
author | Tom Parkin <tparkin@katalix.com> | 2020-07-23 12:29:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-23 11:54:40 -0700 |
commit | 584ca31f469dece9a83cdce33953ba23b115945c (patch) | |
tree | 1d9f7847fd13a97838af2c58bb5452cf28991a96 /samples/ftrace | |
parent | 26d9a2710616c4499b661cada35ac5e4b125ebe8 (diff) | |
download | linux-584ca31f469dece9a83cdce33953ba23b115945c.tar.bz2 |
l2tp: cleanup netlink send of tunnel address information
l2tp_nl_tunnel_send has conditionally compiled code to support AF_INET6,
which makes the code difficult to follow and triggers checkpatch
warnings.
Split the code out into functions to handle the AF_INET v.s. AF_INET6
cases, which both improves readability and resolves the checkpatch
warnings.
Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/ftrace')
0 files changed, 0 insertions, 0 deletions