WARNING: line length of 81 exceeds 80 columns #103: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:50: + local NSIM_DEV_1_SYS=/sys/bus/netdevsim/devices/netdevsim"$NSIM_DEV_1_ID" WARNING: line length of 81 exceeds 80 columns #104: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:51: + local NSIM_DEV_2_SYS=/sys/bus/netdevsim/devices/netdevsim"$NSIM_DEV_2_ID" WARNING: line length of 88 exceeds 80 columns #125: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:72: + echo "${INITNS_FD}:$SRCIF_IFIDX $NAMESPACE_FD:$DSTIF_IFIDX" > $NSIM_DEV_SYS_LINK WARNING: line length of 85 exceeds 80 columns #149: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:96: + # Create both interfaces, and assign the destination to a different namespace WARNING: line length of 97 exceeds 80 columns #159: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:106: + DSTMAC=$(ip netns exec "${NAMESPACE}" ip link show "${DSTIF}" | awk '/ether/ {print $2}') WARNING: line length of 90 exceeds 80 columns #191: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:138: + timeout 2 ip netns exec "${NAMESPACE}" socat UDP-LISTEN:"${PORT}",fork "${OUTPUT}" WARNING: line length of 117 exceeds 80 columns #237: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:184: + echo "SKIP: directory ${NETCONS_CONFIGFS} does not exist. Check if NETCONSOLE_DYNAMIC is enabled" >&2 WARNING: line length of 89 exceeds 80 columns #242: FILE: tools/testing/selftests/drivers/net/netcons_basic.sh:189: + echo "SKIP: interface ${DSTIF} exists in the system. Not overwriting it." total: 0 errors, 8 warnings, 0 checks, 237 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 6dcece90cf06 ("net: netconsole: selftests: Create a new netconsole selftest") 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, 8 warnings, 0 checks, 237 lines checked