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 94DEAA04A9 for ; Tue, 25 Jan 2022 07:55:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 787A342834; Tue, 25 Jan 2022 07:55:09 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7EDAE4013F for ; Tue, 25 Jan 2022 07:55:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 73291120715; Tue, 25 Jan 2022 07:55:08 +0100 (CET) Subject: |WARNING| pw106470 [PATCH 15/15] vhost: make sure each queue callfd is configured In-Reply-To: <1643093258-47258-16-git-send-email-andy.pei@intel.com> References: <1643093258-47258-16-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220125065508.73291120715@dpdk.org> Date: Tue, 25 Jan 2022 07:55:08 +0100 (CET) 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/106470 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #63: During the vhost data path building process, qemu will create a call fd at first, WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #92: FILE: lib/vhost/vhost_user.c:3151: + /** + ** when VIRTIO_DEV_VDPA_CONFIGURED already configured WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #94: FILE: lib/vhost/vhost_user.c:3153: + ** make sure the call fd of each queue is configed correctly. total: 0 errors, 3 warnings, 27 lines checked