WARNING: line length of 87 exceeds 80 columns #44: FILE: include/linux/netdevice.h:3397: +struct net_device *netdev_get_by_flags_rcu(struct net *net, netdevice_tracker *tracker, WARNING: line length of 86 exceeds 80 columns #45: FILE: include/linux/netdevice.h:3398: + unsigned short flags, unsigned short mask); WARNING: line length of 87 exceeds 80 columns #70: FILE: net/core/dev.c:1281: +struct net_device *netdev_get_by_flags_rcu(struct net *net, netdevice_tracker *tracker, WARNING: line length of 88 exceeds 80 columns #71: FILE: net/core/dev.c:1282: + unsigned short if_flags, unsigned short mask) CHECK: Please use a blank line after function/struct/union/enum declarations #86: FILE: net/core/dev.c:1295: } +EXPORT_IPV6_MOD(netdev_get_by_flags_rcu); WARNING: line length of 82 exceeds 80 columns #107: FILE: net/ipv6/anycast.c:83: + dev = netdev_get_by_index(net, ifindex, &dev_tracker, GFP_KERNEL); total: 0 errors, 5 warnings, 1 checks, 92 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 693cb2608a0c ("dev: Pass netdevice_tracker to dev_get_by_flags_rcu().") 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, 5 warnings, 1 checks, 92 lines checked