WARNING: line length of 87 exceeds 80 columns #149: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:110: + check_err 1 "$lineno: Mcast ${vlan}inactive check failed ($af)" WARNING: line length of 85 exceeds 80 columns #153: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:114: + check_err 1 "$lineno: Mcast ${vlan}active check failed ($af)" WARNING: line length of 82 exceeds 80 columns #165: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:126: + | jq -e ".[] | select(.linkinfo.info_data.mcast_active_$af == 1)"\ WARNING: line length of 90 exceeds 80 columns #178: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:139: + | jq -e ".[].vlans.[] | select(.vlan == $vid and .mcast_active_$af == 1)"\ WARNING: line length of 96 exceeds 80 columns #252: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:213: + check_tentative="map(select(.scope == \"link\" and ((.tentative == true) | not))) | .[]" WARNING: line length of 93 exceeds 80 columns #314: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:275: + [ -n "$1" ] && bridge vlan global set vid "${MCAST_VLAN_ID}" dev br0 mcast_snooping 1 WARNING: line length of 94 exceeds 80 columns #315: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:276: + [ -n "$2" ] && bridge vlan global set vid "${MCAST_VLAN_ID}" dev brq0 mcast_snooping 1 WARNING: line length of 92 exceeds 80 columns #316: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:277: + [ -n "$3" ] && bridge vlan global set vid "${MCAST_VLAN_ID}" dev br0 mcast_querier 1 WARNING: line length of 93 exceeds 80 columns #317: FILE: tools/testing/selftests/net/forwarding/bridge_mdb_active.sh:278: + [ -n "$4" ] && bridge vlan global set vid "${MCAST_VLAN_ID}" dev brq0 mcast_querier 1 total: 0 errors, 9 warnings, 0 checks, 709 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 235302da2673 ("net: bridge: mcast: track active state, adding tests") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 9 warnings, 0 checks, 709 lines checked