|WARNING| pw147090 [PATCH v3 4/6] vhost: refactor VDUSE reconnection log mapping
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 24 11:45:51 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/147090
_coding style issues_
WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#126: 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
#148: FILE: lib/vhost/vduse.c:513:
+ VHOST_CONFIG_LOG(dev_name, ERR, "Missing reconnect file (%s)", reco_file);
total: 0 errors, 2 warnings, 185 lines checked
More information about the test-report
mailing list