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 96A68A0503 for ; Thu, 19 May 2022 04:37:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91316427F2; Thu, 19 May 2022 04:37:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8C337427F0 for ; Thu, 19 May 2022 04:37:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7965A120945; Thu, 19 May 2022 04:37:50 +0200 (CEST) Subject: |WARNING| pw111336 [PATCH v3] raw/afu_mf: introduce AFU MF device driver In-Reply-To: <1652928233-15317-1-git-send-email-wei.huang@intel.com> References: <1652928233-15317-1-git-send-email-wei.huang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wei Huang Message-Id: <20220519023750.7965A120945@dpdk.org> Date: Thu, 19 May 2022 04:37:50 +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/111336 _coding style issues_ ERROR:PRINTF_0XDECIMAL: Prefixing 0x with decimal output is defective #2873: FILE: drivers/raw/afu_mf/n3000_afu.c:930: + AFU_MF_PMD_DEBUG("0x%"PRIx64" ---> 0x%"PRIx64" (0x%zu)", src, dst, ERROR:PRINTF_0XDECIMAL: Prefixing 0x with decimal output is defective #3011: FILE: drivers/raw/afu_mf/n3000_afu.c:1068: + AFU_MF_PMD_DEBUG("0x%"PRIx64" ---> 0x%"PRIx64" (0x%zu)", src, dst, ERROR:PRINTF_0XDECIMAL: Prefixing 0x with decimal output is defective #3104: FILE: drivers/raw/afu_mf/n3000_afu.c:1161: + AFU_MF_PMD_DEBUG("0x%"PRIx64" ---> 0x%"PRIx64" (0x%zu)", src, dst, total: 3 errors, 0 warnings, 4266 lines checked