|WARNING| pw108887 [PATCH v4 07/16] example/vdpa:add vdpa blk support in example

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Mar 27 17:37:31 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#290: FILE: examples/vdpa/vhost_user.h:26:
+			(1ULL << VHOST_USER_PROTOCOL_F_SLAVE_REQ) | \

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#292: FILE: examples/vdpa/vhost_user.h:28:
+			(1ULL << VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD) | \

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#318: FILE: examples/vdpa/vhost_user.h:54:
+	VHOST_USER_SET_SLAVE_REQ_FD = 21,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#331: FILE: examples/vdpa/vhost_user.h:67:
+	VHOST_USER_SLAVE_NONE = 0,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#332: FILE: examples/vdpa/vhost_user.h:68:
+	VHOST_USER_SLAVE_IOTLB_MSG = 1,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#333: FILE: examples/vdpa/vhost_user.h:69:
+	VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG = 3,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#334: FILE: examples/vdpa/vhost_user.h:70:
+	VHOST_USER_SLAVE_MAX

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#402: FILE: examples/vdpa/vhost_user.h:138:
+		uint32_t master; /* a VhostUserRequest value */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#403: FILE: examples/vdpa/vhost_user.h:139:
+		uint32_t slave;  /* a VhostUserSlaveRequest value*/

total: 0 errors, 9 warnings, 338 lines checked


More information about the test-report mailing list