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 20D9EA0552 for ; Mon, 27 Jun 2022 11:28:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C3C4400D7; Mon, 27 Jun 2022 11:28:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5B0CA400D5 for ; Mon, 27 Jun 2022 11:28:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 44C0D1230A5; Mon, 27 Jun 2022 11:28:39 +0200 (CEST) Subject: |WARNING| pw113466 [PATCH 4/4] vhost: prefix logs with context In-Reply-To: <20220627092728.78214-5-david.marchand@redhat.com> References: <20220627092728.78214-5-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20220627092839.44C0D1230A5@dpdk.org> Date: Mon, 27 Jun 2022 11:28:39 +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/113466 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #955: 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'? #1009: 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'? #1478: FILE: lib/vhost/vhost_user.c:1157: + ack_ctx.msg.request.master); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2049: FILE: lib/vhost/vhost_user.c:2409: + "invalid file descriptor for slave channel (%d) ", fd); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2381: FILE: lib/vhost/vhost_user.c:3211: + "vhost read slave message reply failed "); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #2395: 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'? #2395: FILE: lib/vhost/vhost_user.c:3222: + msg_reply.msg.request.slave, ctx->msg.request.slave); total: 1 errors, 6 warnings, 2735 lines checked