WARNING: line length of 81 exceeds 80 columns #41: FILE: net/packet/af_packet.c:1015: + ppd->hv1.tp_vlan_tci = ntohs(vlan_eth_hdr(pkc->skb)->h_vlan_TCI); WARNING: line length of 82 exceeds 80 columns #43: FILE: net/packet/af_packet.c:1017: + ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; WARNING: line length of 81 exceeds 80 columns #52: FILE: net/packet/af_packet.c:2436: + h.h2->tp_vlan_tci = ntohs(vlan_eth_hdr(skb)->h_vlan_TCI); WARNING: line length of 83 exceeds 80 columns #54: FILE: net/packet/af_packet.c:2438: + status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; WARNING: line length of 85 exceeds 80 columns #74: FILE: net/packet/af_packet.c:3495: + vlan_eth_hdr(skb)->h_vlan_encapsulated_proto : skb->protocol; WARNING: line length of 90 exceeds 80 columns #85: FILE: net/packet/af_packet.c:3555: + aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; total: 0 errors, 6 warnings, 0 checks, 48 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 48952b6562c9 ("af_packet: Handle outgoing VLAN packets without hardware offloading") 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, 6 warnings, 0 checks, 48 lines checked