WARNING: line length of 89 exceeds 80 columns #104: FILE: net/packet/af_packet.c:1065: + struct packet_sock *po = container_of(pkc, struct packet_sock, rx_ring.prb_bdqc); WARNING: line length of 97 exceeds 80 columns #110: FILE: net/packet/af_packet.c:1071: + } else if (unlikely(po->sk.sk_type == SOCK_DGRAM && eth_type_vlan(pkc->skb->protocol))) { WARNING: line length of 82 exceeds 80 columns #113: FILE: net/packet/af_packet.c:1074: + ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; WARNING: line length of 97 exceeds 80 columns #121: FILE: net/packet/af_packet.c:2491: + } else if (unlikely(sk->sk_type == SOCK_DGRAM && eth_type_vlan(skb->protocol))) { WARNING: line length of 83 exceeds 80 columns #124: FILE: net/packet/af_packet.c:2494: + status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; WARNING: line length of 96 exceeds 80 columns #152: FILE: net/packet/af_packet.c:3608: + } else if (unlikely(sock->type == SOCK_DGRAM && eth_type_vlan(skb->protocol))) { WARNING: line length of 83 exceeds 80 columns #157: FILE: net/packet/af_packet.c:3613: + dev = dev_get_by_index_rcu(sock_net(sk), sll->sll_ifindex); WARNING: line length of 98 exceeds 80 columns #161: FILE: net/packet/af_packet.c:3617: + aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; total: 0 errors, 8 warnings, 0 checks, 126 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 da3935feeeb2 ("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, 8 warnings, 0 checks, 126 lines checked