WARNING: line length of 98 exceeds 80 columns #38: FILE: drivers/net/bonding/bond_netlink.c:634: + nla_total_size(sizeof(struct bond_arp_ip_target_payload)) * BOND_MAX_ARP_TARGETS + WARNING: line length of 83 exceeds 80 columns #70: FILE: drivers/net/bonding/bond_netlink.c:736: + for (level = 0; level < BOND_MAX_VLAN_TAGS + 1 ; level++) { WARNING: line length of 100 exceeds 80 columns #71: FILE: drivers/net/bonding/bond_netlink.c:737: + data.vlans[level].vlan_proto = arptargets[i].tags[level].vlan_proto; WARNING: line length of 94 exceeds 80 columns #72: FILE: drivers/net/bonding/bond_netlink.c:738: + data.vlans[level].vlan_id = arptargets[i].tags[level].vlan_id; WARNING: line length of 97 exceeds 80 columns #74: FILE: drivers/net/bonding/bond_netlink.c:740: + if (arptargets[i].tags[level].vlan_proto == BOND_VLAN_PROTO_NONE) total: 0 errors, 5 warnings, 0 checks, 59 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 a346fad6f750 ("bonding: Update for extended arp_ip_target format.") 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, 5 warnings, 0 checks, 59 lines checked