WARNING: line length of 83 exceeds 80 columns #52: FILE: drivers/net/bonding/bond_netlink.c:734: + for (level = 0; level < BOND_MAX_VLAN_TAGS + 1 ; level++) { WARNING: line length of 100 exceeds 80 columns #53: FILE: drivers/net/bonding/bond_netlink.c:735: + data.vlans[level].vlan_proto = arptargets[i].tags[level].vlan_proto; WARNING: line length of 94 exceeds 80 columns #54: FILE: drivers/net/bonding/bond_netlink.c:736: + data.vlans[level].vlan_id = arptargets[i].tags[level].vlan_id; WARNING: line length of 97 exceeds 80 columns #56: FILE: drivers/net/bonding/bond_netlink.c:738: + if (arptargets[i].tags[level].vlan_proto == BOND_VLAN_PROTO_NONE) total: 0 errors, 4 warnings, 0 checks, 43 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 08eb2311fa40 ("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, 4 warnings, 0 checks, 43 lines checked