l2tp hasn't been kept up to date with the static analysis checks offered by checkpatch.pl.
This patchset builds on the series: "l2tp: cleanup checkpatch.pl warnings" and "l2tp: further checkpatch.pl cleanups" to resolve some of the remaining checkpatch warnings in l2tp. Tom Parkin (9): l2tp: avoid multiple assignments l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start l2tp: remove BUG_ON in l2tp_session_queue_purge l2tp: remove BUG_ON in l2tp_tunnel_closeall l2tp: don't BUG_ON session magic checks in l2tp_ppp l2tp: don't BUG_ON seqfile checks in l2tp_ppp l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge l2tp: remove BUG_ON refcount value in l2tp_session_free l2tp: WARN_ON rather than BUG_ON in l2tp_session_free net/l2tp/l2tp_core.c | 22 ++++++++++------------ net/l2tp/l2tp_debugfs.c | 5 ++++- net/l2tp/l2tp_ip.c | 12 ++++++++---- net/l2tp/l2tp_ip6.c | 6 ++++-- net/l2tp/l2tp_ppp.c | 16 ++++++++++++---- 5 files changed, 38 insertions(+), 23 deletions(-) -- 2.17.1