From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 86611A00C2 for ; Fri, 1 Jul 2022 09:58:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 81C0040A7B; Fri, 1 Jul 2022 09:58:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E74814069D for ; Fri, 1 Jul 2022 09:58:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D249B120787; Fri, 1 Jul 2022 09:58:11 +0200 (CEST) Subject: |WARNING| pw113599 [PATCH v2 4/4] vhost: prefix logs with context In-Reply-To: <20220701075511.2176198-5-david.marchand@redhat.com> References: <20220701075511.2176198-5-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20220701075811.D249B120787@dpdk.org> Date: Fri, 1 Jul 2022 09:58:11 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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