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 9818C45B3D for ; Tue, 15 Oct 2024 07:49:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 957124027C; Tue, 15 Oct 2024 07:49:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2976440270 for ; Tue, 15 Oct 2024 07:49:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1FDD1120757; Tue, 15 Oct 2024 07:49:43 +0200 (CEST) Subject: |WARNING| pw145953 [PATCH v5 3/9] net/zxdh: add zxdh device pci init implementation In-Reply-To: <20241015054435.1751245-2-wang.junlong1@zte.com.cn> References: <20241015054435.1751245-2-wang.junlong1@zte.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junlong Wang Message-Id: <20241015054943.1FDD1120757@dpdk.org> Date: Tue, 15 Oct 2024 07:49:43 +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/145953 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->use_msix != ZXDH_MSIX_NONE' #124: FILE: drivers/net/zxdh/zxdh_ethdev.c:34: + if (vtpci_with_feature(hw, ZXDH_NET_F_STATUS) && (hw->use_msix != ZXDH_MSIX_NONE)) CHECK:CAMELCASE: Avoid CamelCase: #347: FILE: drivers/net/zxdh/zxdh_pci.c:142: + PMD_INIT_LOG(ERR, "invalid cap: overflows bar space: %u > %" PRIu64, total: 0 errors, 0 warnings, 2 checks, 708 lines checked