WARNING: line length of 87 exceeds 80 columns #134: FILE: net/core/rtnetlink.c:3753: + return rtnl_changelink(skb, nlh, ops, dev, tgt_net, tbs, data, extack); WARNING: line length of 82 exceeds 80 columns #160: FILE: net/core/rtnetlink.c:3775: + return rtnl_newlink_create(skb, ifm, ops, tgt_net, nlh, tb, data, extack); WARNING: line length of 87 exceeds 80 columns #177: FILE: net/core/rtnetlink.c:3849: + tgt_net = rtnl_link_get_net_capable(skb, sock_net(skb->sk), tb, CAP_NET_ADMIN); total: 0 errors, 3 warnings, 0 checks, 141 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 dba7fd840074 ("rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().") 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, 141 lines checked