WARNING: line length of 84 exceeds 80 columns #60: FILE: drivers/net/bonding/bond_main.c:3157: + slave_dbg(bond->dev, slave->dev, "%s: target %s\n", __func__, pbuf); WARNING: line length of 82 exceeds 80 columns #78: FILE: drivers/net/bonding/bond_main.c:3182: + tags = bond_verify_device_path(bond->dev, rt->dst.dev, 0); WARNING: line length of 86 exceeds 80 columns #112: FILE: drivers/net/bonding/bond_main.c:6292: + if (bond_arp_ip_target_opt_parse(arp_ip_target[i], &tmp_arp_target)) { WARNING: line length of 86 exceeds 80 columns #125: FILE: drivers/net/bonding/bond_main.c:6299: + if (bond_get_targets_ip(arp_target, tmp_arp_target.target_ip) != -1) { WARNING: line length of 86 exceeds 80 columns #165: FILE: drivers/net/bonding/bond_netlink.c:298: + "%s%s", "+", (__force char *)nla_data(attr)); WARNING: line length of 94 exceeds 80 columns #186: FILE: drivers/net/bonding/bond_options.c:34: +static int bond_option_arp_ip_target_add(struct bonding *bond, struct bond_arp_target target); WARNING: line length of 94 exceeds 80 columns #187: FILE: drivers/net/bonding/bond_options.c:35: +static int bond_option_arp_ip_target_rem(struct bonding *bond, struct bond_arp_target target); WARNING: line length of 94 exceeds 80 columns #210: FILE: drivers/net/bonding/bond_options.c:1132: +static int _bond_option_arp_ip_target_add(struct bonding *bond, struct bond_arp_target target) WARNING: line length of 93 exceeds 80 columns #244: FILE: drivers/net/bonding/bond_options.c:1162: +static int bond_option_arp_ip_target_add(struct bonding *bond, struct bond_arp_target target) WARNING: line length of 93 exceeds 80 columns #250: FILE: drivers/net/bonding/bond_options.c:1167: +static int bond_option_arp_ip_target_rem(struct bonding *bond, struct bond_arp_target target) WARNING: line length of 88 exceeds 80 columns #292: FILE: drivers/net/bonding/bond_options.c:1202: + for (i = ind; (i < BOND_MAX_ARP_TARGETS - 1) && targets[i + 1].target_ip; i++) { WARNING: line length of 84 exceeds 80 columns #406: FILE: include/net/bonding.h:797: +static inline struct bond_vlan_tag *bond_vlan_tags_parse(char *vlan_list, int level) WARNING: line length of 82 exceeds 80 columns #445: FILE: include/net/bonding.h:836: + * bond_arp_ip_target_opt_parse - parse a single arp_ip_target option value string WARNING: line length of 87 exceeds 80 columns #453: FILE: include/net/bonding.h:844: +static inline int bond_arp_ip_target_opt_parse(char *src, struct bond_arp_target *dest) CHECK: spaces preferred around that '-' (ctx:VxV) #514: FILE: include/net/bonding.h:905: + num = num + snprintf(&buf[num], size-num, "/"); ^ CHECK: spaces preferred around that '-' (ctx:VxV) #515: FILE: include/net/bonding.h:906: + num = num + snprintf(&buf[num], size-num, "%u", ^ CHECK: spaces preferred around that '-' (ctx:VxV) #519: FILE: include/net/bonding.h:910: + snprintf(&buf[num], size-num, "]"); ^ WARNING: line length of 82 exceeds 80 columns #529: FILE: include/net/bonding.h:920: +static inline void __bond_free_vlan_tags(struct bond_arp_target *targets, int all) CHECK: Please don't use multiple blank lines #544: FILE: include/net/bonding.h:935: + + total: 0 errors, 15 warnings, 4 checks, 476 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 93ed97d6700c ("bonding: Extend arp_ip_target format to allow for a list of vlan tags.") 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, 15 warnings, 4 checks, 476 lines checked