WARNING: line length of 90 exceeds 80 columns #54: FILE: tools/testing/selftests/net/lib.sh:254: + echo "$port_id $perm_addr" | ip netns exec "$ns" tee "$nsim_path"/new_port > /dev/null WARNING: line length of 93 exceeds 80 columns #56: FILE: tools/testing/selftests/net/lib.sh:256: + orig_dev=$(ip netns exec "$ns" find "$nsim_path"/net/ -maxdepth 1 -name 'e*' | tail -n 1) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #70: new file mode 100755 WARNING: line length of 94 exceeds 80 columns #132: FILE: tools/testing/selftests/net/netdev-l2addr.sh:58: +[[ "$(get_addr link/ether "$nsim" "$NS")" == "$TEST_ADDR" ]] || fail "Couldn't set ether addr" WARNING: line length of 85 exceeds 80 columns #133: FILE: tools/testing/selftests/net/netdev-l2addr.sh:59: +[[ "$(get_addr brd "$nsim" "$NS")" == "$TEST_ADDR" ]] || fail "Couldn't set brd addr" WARNING: line length of 83 exceeds 80 columns #137: FILE: tools/testing/selftests/net/netdev-l2addr.sh:63: +get_addr link/ether "$nsim_port" "$NS" >/dev/null || fail "Couldn't get ether addr" WARNING: line length of 95 exceeds 80 columns #139: FILE: tools/testing/selftests/net/netdev-l2addr.sh:65: +[[ "$(get_addr permaddr "$nsim_port" "$NS")" == "$TEST_ADDR" ]] || fail "Couldn't get permaddr" total: 0 errors, 7 warnings, 0 checks, 105 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 82f73107dc4d ("selftests: net: add netdev-l2addr.sh for testing L2 address functionality") 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, 105 lines checked