WARNING: line length of 82 exceeds 80 columns #61: FILE: drivers/net/bonding/bond_main.c:3195: + tags = bond_verify_device_path(bond->dev, rt->dst.dev, 0); WARNING: Prefer strscpy over strcpy - see: https://github.com/KSPP/linux/issues/88 #153: FILE: drivers/net/bonding/bond_main.c:6174: + args = strcpy(target, src); WARNING: line length of 81 exceeds 80 columns #192: FILE: drivers/net/bonding/bond_main.c:6396: + if (arp_ip_target_opt_parse(arp_ip_target[i], &tmp_arp_target)) { WARNING: line length of 86 exceeds 80 columns #205: FILE: drivers/net/bonding/bond_main.c:6403: + if (bond_get_targets_ip(arp_target, tmp_arp_target.target_ip) != -1) { total: 0 errors, 4 warnings, 0 checks, 187 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 0d3ccf95d783 ("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, 4 warnings, 0 checks, 187 lines checked