automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106235 [PATCH 1/1] vhost: Move fds outside of VhostUserMessage
       [not found] <20220123115927.76130-2-cfontain@redhat.com>
@ 2022-01-23 12:00 ` checkpatch
  2022-01-23 13:39 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-01-23 12:00 UTC (permalink / raw)
  To: test-report; +Cc: Christophe Fontaine

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#118: FILE: lib/vhost/vhost_crypto.c:470:
+	switch (ctx->msg.request.master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#181: FILE: lib/vhost/vhost_user.c:128:
+		vhost_message_str[ctx->msg.request.master],

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#425: FILE: lib/vhost/vhost_user.c:1197:
+	if (ack_msg.msg.request.master != VHOST_USER_SET_MEM_TABLE) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#429: FILE: lib/vhost/vhost_user.c:1200:
+				ack_msg.msg.request.master);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1185: FILE: lib/vhost/vhost_user.c:2856:
+send_vhost_slave_message(struct virtio_net *dev,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1196: FILE: lib/vhost/vhost_user.c:2864:
+	ret = send_vhost_message(dev->slave_req_fd, ctx);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1211: FILE: lib/vhost/vhost_user.c:2880:
+	switch (ctx->msg.request.master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1254: FILE: lib/vhost/vhost_user.c:2984:
+	request = ctx.msg.request.master;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1358: FILE: lib/vhost/vhost_user.c:3193:
+	if (msg_reply.msg.request.slave != ctx->msg.request.slave) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1358: FILE: lib/vhost/vhost_user.c:3193:
+	if (msg_reply.msg.request.slave != ctx->msg.request.slave) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1362: FILE: lib/vhost/vhost_user.c:3196:
+			msg_reply.msg.request.slave, ctx->msg.request.slave);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1362: FILE: lib/vhost/vhost_user.c:3196:
+			msg_reply.msg.request.slave, ctx->msg.request.slave);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1386: FILE: lib/vhost/vhost_user.c:3214:
+			.request.slave = VHOST_USER_SLAVE_IOTLB_MSG,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#1386: FILE: lib/vhost/vhost_user.c:3214:
+			.request.slave = VHOST_USER_SLAVE_IOTLB_MSG,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1398: FILE: lib/vhost/vhost_user.c:3225:
+	ret = send_vhost_message(dev->slave_req_fd, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1412: FILE: lib/vhost/vhost_user.c:3242:
+			.request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#1412: FILE: lib/vhost/vhost_user.c:3242:
+			.request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1423: FILE: lib/vhost/vhost_user.c:3251:
+	ret = send_vhost_slave_message(dev, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1432: FILE: lib/vhost/vhost_user.c:3259:
+	return process_slave_message_reply(dev, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1450: FILE: lib/vhost/vhost_user.c:3282:
+			.request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#1450: FILE: lib/vhost/vhost_user.c:3282:
+			.request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1472: FILE: lib/vhost/vhost_user.c:3300:
+	ret = send_vhost_slave_message(dev, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1480: FILE: lib/vhost/vhost_user.c:3307:
+	return process_slave_message_reply(dev, &ctx);

total: 0 errors, 23 warnings, 1328 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw106235 [PATCH 1/1] vhost: Move fds outside of VhostUserMessage
       [not found] <20220123115927.76130-2-cfontain@redhat.com>
  2022-01-23 12:00 ` |WARNING| pw106235 [PATCH 1/1] vhost: Move fds outside of VhostUserMessage checkpatch
@ 2022-01-23 13:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-01-23 13:39 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/106235/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1735874956

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-23 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220123115927.76130-2-cfontain@redhat.com>
2022-01-23 12:00 ` |WARNING| pw106235 [PATCH 1/1] vhost: Move fds outside of VhostUserMessage checkpatch
2022-01-23 13:39 ` |SUCCESS| " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).