|WARNING| pw105326 [PATCH] doc/api: remove dependency on findutils on FreeBSD
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Dec 22 16:20:05 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105326
_coding style issues_
WARNING:TYPO_SPELLING: 'instread' may be misspelled - perhaps 'instead'?
#65:
regular find instread.
WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#99: FILE: doc/api/generate_examples.sh:12:
+echo "$API_EXAMPLES: $($FIND ${EXAMPLES_DIR} -type f \( -name '*.c' -o -name 'meson.build' \) | tr '
' ' ' )" > ${API_EXAMPLES}.d
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#105: FILE: doc/api/generate_examples.sh:17:
+$FIND "${EXAMPLES_DIR}" -type f -name '*.c' | sed "s|${EXAMPLES_DIR}|@example examples|" | LC_ALL=C sort
total: 0 errors, 3 warnings, 23 lines checked
More information about the test-report
mailing list