WARNING: line length of 94 exceeds 80 columns #46: 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 #47: 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 #70: 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 #106: FILE: drivers/net/bonding/bond_options.c:1164: +static int bond_option_arp_ip_target_add(struct bonding *bond, struct bond_arp_target target) WARNING: line length of 93 exceeds 80 columns #112: FILE: drivers/net/bonding/bond_options.c:1169: +static int bond_option_arp_ip_target_rem(struct bonding *bond, struct bond_arp_target target) WARNING: line length of 88 exceeds 80 columns #155: FILE: drivers/net/bonding/bond_options.c:1204: + for (i = ind; (i < BOND_MAX_ARP_TARGETS - 1) && targets[i + 1].target_ip; i++) { WARNING: line length of 91 exceeds 80 columns #193: FILE: drivers/net/bonding/bond_options.c:1239: + !in4_pton(newval->string + 1, -1, (u8 *)&target.target_ip, -1, NULL)) { total: 0 errors, 7 warnings, 0 checks, 188 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 f63570567331 ("bonding: Processing extended arp_ip_target from user space.") 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, 188 lines checked