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 4F1D4A04A9 for ; Tue, 25 Jan 2022 07:55:35 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B56242834; Tue, 25 Jan 2022 07:55:35 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 13A4942834 for ; Tue, 25 Jan 2022 07:55:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 10059120715; Tue, 25 Jan 2022 07:55:32 +0100 (CET) Subject: |WARNING| pw106458 [PATCH 03/15] vdpa/ifc: add blk ops for ifc device In-Reply-To: <1643093258-47258-4-git-send-email-andy.pei@intel.com> References: <1643093258-47258-4-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220125065532.10059120715@dpdk.org> Date: Tue, 25 Jan 2022 07:55:32 +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/106458 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #140: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1246: + /** + ** cannot read 64-bit register in one attempt, total: 0 errors, 1 warnings, 116 lines checked Warning in drivers/vdpa/ifc/ifcvf_vdpa.c: Using %l format, prefer %PRI*64 if type is [u]int64_t