|WARNING| pw146966 [PATCH 4/6] vhost: refactor VDUSE reconnection log mapping

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 23 17:17:41 CEST 2024


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146966

_coding style issues_


WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#127: FILE: lib/vhost/vduse.c:491:
+		fd = open(reco_file, O_CREAT | O_EXCL | O_RDWR, 0600);

WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#149: FILE: lib/vhost/vduse.c:513:
+				VHOST_CONFIG_LOG(dev_name, ERR, "Missing reconnect file (%s)", reco_file);

total: 0 errors, 2 warnings, 184 lines checked


More information about the test-report mailing list