WARNING: line length of 81 exceeds 80 columns #60: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:16: +s=$(ethtool --json -x $NSIM_NETDEV | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 81 exceeds 80 columns #64: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:20: +s=$(ethtool --json -x $NSIM_NETDEV | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 82 exceeds 80 columns #71: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:27: +s=$(ethtool --json -x $NSIM_NETDEV | jq '[.[0]["rss-indirection-table"][]] | max') WARNING: line length of 81 exceeds 80 columns #75: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:31: +s=$(ethtool --json -x $NSIM_NETDEV | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 82 exceeds 80 columns #77: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:33: +s=$(ethtool --json -x $NSIM_NETDEV | jq '[.[0]["rss-indirection-table"][]] | max') WARNING: line length of 81 exceeds 80 columns #82: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:38: +s=$(ethtool --json -x $NSIM_NETDEV | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 82 exceeds 80 columns #84: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:40: +s=$(ethtool --json -x $NSIM_NETDEV | jq '[.[0]["rss-indirection-table"][]] | max') WARNING: line length of 85 exceeds 80 columns #103: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:59: +ctx_id=$(ethtool -X $NSIM_NETDEV context new equal 2 2>/dev/null | awk '{print $NF}') WARNING: line length of 101 exceeds 80 columns #107: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:63: + s=$(ethtool --json -x $NSIM_NETDEV context $ctx_id | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 101 exceeds 80 columns #111: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:67: + s=$(ethtool --json -x $NSIM_NETDEV context $ctx_id | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 102 exceeds 80 columns #113: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:69: + s=$(ethtool --json -x $NSIM_NETDEV context $ctx_id | jq '[.[0]["rss-indirection-table"][]] | max') WARNING: line length of 101 exceeds 80 columns #118: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:74: + s=$(ethtool --json -x $NSIM_NETDEV context $ctx_id | jq '.[0]["rss-indirection-table"] | length') WARNING: line length of 102 exceeds 80 columns #120: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:76: + s=$(ethtool --json -x $NSIM_NETDEV context $ctx_id | jq '[.[0]["rss-indirection-table"][]] | max') WARNING: line length of 85 exceeds 80 columns #127: FILE: tools/testing/selftests/drivers/net/netdevsim/ethtool-rss.sh:83: +ctx_id=$(ethtool -X $NSIM_NETDEV context new equal 8 2>/dev/null | awk '{print $NF}') total: 0 errors, 14 warnings, 0 checks, 130 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 616d417309c6 ("selftests: netdevsim: Add RSS indirection table resize test") 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, 14 warnings, 0 checks, 130 lines checked