|WARNING| pw131765 [PATCH v5 02/12] app/graph: add telnet connectivity framework
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 21 12:09:05 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/131765
_coding style issues_
WARNING:TYPO_SPELLING: 'initate' may be misspelled - perhaps 'initiate'?
#78:
It adds framework to initate a telnet session with application.
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#133: FILE: app/graph/conn.c:8:
+#include <stdio.h>
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#269: FILE: app/graph/conn.c:144:
+ if (setsockopt(fd_server, SOL_SOCKET, SO_REUSEADDR, (const char*)&reuse,
total: 1 errors, 2 warnings, 510 lines checked
More information about the test-report
mailing list