WARNING: line length of 81 exceeds 80 columns #36: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:356: + slowwait_for_counter $((exp_num + 5)) $exp_num tc_rule_handle_stats_get \ WARNING: line length of 91 exceeds 80 columns #37: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:357: + "dev s${active_slave#eth} ingress" 101 ".packets" "-n ${g_ns}" &> /dev/null WARNING: line length of 83 exceeds 80 columns #49: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:384: + local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]') WARNING: line length of 82 exceeds 80 columns #50: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:385: + local eth0_mac=$(ip -n "$s_ns" -j link show eth0 | jq -r '.[]["address"]') WARNING: line length of 82 exceeds 80 columns #51: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:386: + local eth1_mac=$(ip -n "$s_ns" -j link show eth1 | jq -r '.[]["address"]') WARNING: line length of 82 exceeds 80 columns #52: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:387: + local eth2_mac=$(ip -n "$s_ns" -j link show eth2 | jq -r '.[]["address"]') WARNING: line length of 86 exceeds 80 columns #54: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:389: + [ "$eth1_mac" != "$bond_mac" ] || [ "$eth2_mac" != "$bond_mac" ]; then WARNING: line length of 83 exceeds 80 columns #63: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:398: + local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]') WARNING: line length of 83 exceeds 80 columns #73: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:408: + local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]') WARNING: line length of 112 exceeds 80 columns #74: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:409: + local active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave") WARNING: line length of 101 exceeds 80 columns #75: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:410: + local active_slave_mac=$(ip -n "$s_ns" -j link show "$active_slave" | jq -r '.[]["address"]') WARNING: line length of 95 exceeds 80 columns #87: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:422: + | select(.address != .linkinfo.info_slave_data.perm_hwaddr)' &> /dev/null; then WARNING: line length of 91 exceeds 80 columns #99: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:434: + jq -r '.[] | select(.linkinfo.info_slave_data.state=="BACKUP") | .address') WARNING: line length of 93 exceeds 80 columns #101: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:436: + if [ "$backup_mac" != "${mac[1]}" ] && [ "$backup_mac" != "${mac[2]}" ]; then WARNING: line length of 83 exceeds 80 columns #119: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:454: + # remove the first slave, the permanent MAC address should be restored back WARNING: line length of 112 exceeds 80 columns #127: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:462: + local active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave") WARNING: line length of 85 exceeds 80 columns #155: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:490: + log_test "fail_over_mac 1" "failover: bond mac is same with active slave mac" WARNING: line length of 84 exceeds 80 columns #169: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:504: + log_test "fail_over_mac 2" "failover: bond mac is same with first slave mac" WARNING: line length of 85 exceeds 80 columns #171: FILE: tools/testing/selftests/drivers/net/bonding/bond_options.sh:506: + log_test "fail_over_mac 2" "failover: bond mac is same with active slave mac" total: 0 errors, 19 warnings, 0 checks, 186 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 ecd29e7463a3 ("selftests: bonding: add fail_over_mac testing") 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, 19 warnings, 0 checks, 186 lines checked