WARNING: line length of 81 exceeds 80 columns #76: FILE: drivers/net/bonding/bond_main.c:3194: + &target_ip, rt->dst.dev ? rt->dst.dev->name : "NULL"); WARNING: line length of 88 exceeds 80 columns #119: FILE: drivers/net/bonding/bond_netlink.c:692: + if (nla_put_be32(skb, i, bond->params.arp_targets[i].target_ip)) WARNING: line length of 94 exceeds 80 columns #182: FILE: drivers/net/bonding/bond_options.c:1195: + for (i = ind; (i < BOND_MAX_ARP_TARGETS - 1) && targets[i + 1].target_ip; i++) WARNING: line length of 86 exceeds 80 columns #187: FILE: drivers/net/bonding/bond_options.c:1199: + for (i = ind; (i < BOND_MAX_ARP_TARGETS - 1) && targets[i + 1].target_ip; i++) WARNING: line length of 89 exceeds 80 columns #208: FILE: drivers/net/bonding/bond_procfs.c:128: + seq_printf(seq, " %pI4", &bond->params.arp_targets[i].target_ip); WARNING: line length of 85 exceeds 80 columns #224: FILE: drivers/net/bonding/bond_sysfs.c:295: + &bond->params.arp_targets[i].target_ip); WARNING: line length of 88 exceeds 80 columns #258: FILE: include/net/bonding.h:530: + for (; (i < BOND_MAX_ARP_TARGETS) && bond->params.arp_targets[i].target_ip; i++) total: 0 errors, 7 warnings, 0 checks, 212 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 7ca47ed3b003 ("bonding: Adding struct arp_target") 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, 7 warnings, 0 checks, 212 lines checked