* |WARNING| pw113599 [PATCH v2 4/4] vhost: prefix logs with context
[not found] <20220701075511.2176198-5-david.marchand@redhat.com>
@ 2022-07-01 7:58 ` checkpatch
2022-07-01 9:39 ` |SUCCESS| " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-07-01 7:58 UTC (permalink / raw)
To: test-report; +Cc: David Marchand
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/113599
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#960: FILE: lib/vhost/vhost.h:632:
+#define VHOST_LOG_DATA(prefix, level, fmt, args...) \
(void)((RTE_LOG_ ## level <= RTE_LOG_DP_LEVEL) ? \
rte_log(RTE_LOG_ ## level, vhost_data_log_level, \
+ "VHOST_DATA: (%s) " fmt, prefix, ##args) : \
0)
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1014: FILE: lib/vhost/vhost_user.c:98:
+ expected_fds, vhost_message_handlers[ctx->msg.request.master].description,
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1483: FILE: lib/vhost/vhost_user.c:1157:
+ ack_ctx.msg.request.master);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2054: FILE: lib/vhost/vhost_user.c:2409:
+ "invalid file descriptor for slave channel (%d)
", fd);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2386: FILE: lib/vhost/vhost_user.c:3211:
+ "vhost read slave message reply failed
");
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2400: FILE: lib/vhost/vhost_user.c:3222:
+ msg_reply.msg.request.slave, ctx->msg.request.slave);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#2400: FILE: lib/vhost/vhost_user.c:3222:
+ msg_reply.msg.request.slave, ctx->msg.request.slave);
total: 1 errors, 6 warnings, 2735 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* |SUCCESS| pw113599 [PATCH v2 4/4] vhost: prefix logs with context
[not found] <20220701075511.2176198-5-david.marchand@redhat.com>
2022-07-01 7:58 ` |WARNING| pw113599 [PATCH v2 4/4] vhost: prefix logs with context checkpatch
@ 2022-07-01 9:39 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-07-01 9: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/113599/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2595326753
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-01 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220701075511.2176198-5-david.marchand@redhat.com>
2022-07-01 7:58 ` |WARNING| pw113599 [PATCH v2 4/4] vhost: prefix logs with context checkpatch
2022-07-01 9: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).