WARNING: line length of 83 exceeds 80 columns #46: FILE: net/l2tp/l2tp_core.c:260: +struct l2tp_tunnel *l2tp_tunnel_get_next(const struct net *net, unsigned long *key) WARNING: line length of 104 exceeds 80 columns #75: FILE: net/l2tp/l2tp_core.c:372: +static struct l2tp_session *l2tp_v2_session_get_next(const struct net *net, u16 tid, unsigned long *key) WARNING: line length of 81 exceeds 80 columns #90: FILE: net/l2tp/l2tp_core.c:387: + /* ignore sessions with id 0 as they are internal for pppol2tp */ WARNING: line length of 121 exceeds 80 columns #111: FILE: net/l2tp/l2tp_core.c:408: +static struct l2tp_session *l2tp_v3_session_get_next(const struct net *net, u32 tid, struct sock *sk, unsigned long *key) WARNING: line length of 86 exceeds 80 columns #138: FILE: net/l2tp/l2tp_core.c:435: + unsigned long hkey = l2tp_v3_session_hashkey(sk, session->session_id); WARNING: line length of 92 exceeds 80 columns #165: FILE: net/l2tp/l2tp_core.c:462: +struct l2tp_session *l2tp_session_get_next(const struct net *net, struct sock *sk, int pver, WARNING: line length of 84 exceeds 80 columns #186: FILE: net/l2tp/l2tp_core.h:223: +struct l2tp_tunnel *l2tp_tunnel_get_next(const struct net *net, unsigned long *key); WARNING: line length of 92 exceeds 80 columns #193: FILE: net/l2tp/l2tp_core.h:230: +struct l2tp_session *l2tp_session_get_next(const struct net *net, struct sock *sk, int pver, total: 0 errors, 8 warnings, 0 checks, 149 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 6d71c434f379 ("l2tp: add tunnel/session get_next helpers") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 8 warnings, 0 checks, 149 lines checked