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 17A09A04A9 for ; Tue, 25 Jan 2022 07:53:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99F0342882; Tue, 25 Jan 2022 07:53:28 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 524C142865 for ; Tue, 25 Jan 2022 07:53:26 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4EA8E120715; Tue, 25 Jan 2022 07:53:26 +0100 (CET) Subject: |WARNING| pw106456 [PATCH 01/15] vdpa/ifc: add support for virtio blk device In-Reply-To: <1643093258-47258-2-git-send-email-andy.pei@intel.com> References: <1643093258-47258-2-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220125065326.4EA8E120715@dpdk.org> Date: Tue, 25 Jan 2022 07:53:26 +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/106456 _coding style issues_ WARNING:TYPO_SPELLING: 'implemeted' may be misspelled - perhaps 'implemented'? #63: Blk and net device are implemeted with proper feature and ops. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #131: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:80: +/** +** vdpa decice info includes device features and devcic operation. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #158: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1195: + /** + ** Transitional devices: use the PCI subsystem device id as WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #164: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1201: + /** + ** Modern devices: simply use PCI device id, total: 0 errors, 4 warnings, 174 lines checked