WARNING: line length of 84 exceeds 80 columns #64: FILE: include/linux/if_vlan.h:218: + mp = rcu_dereference(vlan_dev_priv(dev)->egress_priority_map[skprio & 0xF]); WARNING: line length of 88 exceeds 80 columns #132: FILE: net/8021q/vlan_dev.c:201: + RCU_INIT_POINTER(np->next, rtnl_dereference(vlan->egress_priority_map[bucket])); WARNING: line length of 89 exceeds 80 columns #169: FILE: net/8021q/vlan_netlink.c:263: + for (pm = rcu_dereference_rtnl(vlan->egress_priority_map[i]); pm; total: 0 errors, 3 warnings, 0 checks, 161 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 595efa8aa694 ("8021q: use RCU for egress QoS mappings") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 161 lines checked