WARNING: line length of 94 exceeds 80 columns #57: FILE: net/l2tp/l2tp_core.c:301: +struct l2tp_session *l2tp_v2_session_get(const struct net *net, u16 tunnel_id, u16 session_id) WARNING: line length of 83 exceeds 80 columns #147: FILE: net/l2tp/l2tp_core.c:1375: + session->session_id); WARNING: line length of 95 exceeds 80 columns #180: FILE: net/l2tp/l2tp_core.h:234: +struct l2tp_session *l2tp_v2_session_get(const struct net *net, u16 tunnel_id, u16 session_id); total: 0 errors, 3 warnings, 0 checks, 140 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 e55a3d8f9ee0 ("l2tp: store l2tpv2 sessions in per-net IDR") 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, 3 warnings, 0 checks, 140 lines checked