WARNING: line length of 84 exceeds 80 columns #65: FILE: include/linux/if_vlan.h:216: + mp = rcu_dereference(vlan_dev_priv(dev)->egress_priority_map[skprio & 0xF]); WARNING: line length of 85 exceeds 80 columns #112: FILE: net/8021q/vlan_dev.c:187: + rcu_assign_pointer(*mpp, rtnl_dereference(mp->next)); WARNING: line length of 88 exceeds 80 columns #148: FILE: net/8021q/vlan_dev.c:209: + RCU_INIT_POINTER(np->next, rtnl_dereference(vlan->egress_priority_map[bucket])); WARNING: line length of 85 exceeds 80 columns #188: FILE: net/8021q/vlan_netlink.c:263: + for (pm = rtnl_dereference(vlan->egress_priority_map[i]); pm; total: 0 errors, 4 warnings, 0 checks, 168 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 72cd40b3c19b ("8021q: free cleared egress QoS mappings safely") 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, 4 warnings, 0 checks, 168 lines checked