|WARNING| pw105362 [PATCH 5/7] vhost: improve Vhost-user layer logs
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu Dec 23 09:39:35 CET 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105362
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#621: FILE: lib/vhost/vhost_user.c:1194:
+				dev->ifname, ack_msg.request.master);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1272: FILE: lib/vhost/vhost_user.c:2441:
+		VHOST_LOG_CONFIG(ERR, "(%s) invalid file descriptor for slave channel (%d)
",
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1567: FILE: lib/vhost/vhost_user.c:3142:
+	ret = read_vhost_message(dev, dev->slave_req_fd, &msg_reply);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1572: FILE: lib/vhost/vhost_user.c:3145:
+			VHOST_LOG_CONFIG(ERR, "(%s) vhost read slave message reply failed
",
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1588: FILE: lib/vhost/vhost_user.c:3156:
+				dev->ifname, msg_reply.request.slave, msg->request.slave);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1588: FILE: lib/vhost/vhost_user.c:3156:
+				dev->ifname, msg_reply.request.slave, msg->request.slave);
total: 0 errors, 6 warnings, 1430 lines checked
    
    
More information about the test-report
mailing list