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 7F6714681E for ; Thu, 29 May 2025 10:25:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A3E3402C5; Thu, 29 May 2025 10:25:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 04EC0402C5 for ; Thu, 29 May 2025 10:25:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A33D5125275; Thu, 29 May 2025 10:24:36 +0200 (CEST) Subject: |WARNING| pw153850 [PATCH v1 11/18] net/hinic3: add a mailbox communication module In-Reply-To: <20250529081529.2839-12-wff_light@vip.163.com> References: <20250529081529.2839-12-wff_light@vip.163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Feifei Message-Id: <20250529082436.A33D5125275@dpdk.org> Date: Thu, 29 May 2025 10:24:36 +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/153850 _coding style issues_ ERROR:SPACING: space prohibited before that close parenthesis ')' #591: FILE: drivers/net/hinic3/base/hinic3_mbox.c:509: + if (seg_len % chk_sz ) { CHECK:CAMELCASE: Avoid CamelCase: #870: FILE: drivers/net/hinic3/base/hinic3_mbox.c:788: + "Send mbox seg failed, seq_id: 0x%" PRIx64, CHECK:CAMELCASE: Avoid CamelCase: #1083: FILE: drivers/net/hinic3/base/hinic3_mbox.c:1001: + PMD_DRV_LOG(ERR, "Mbox msg len(%d) exceed limit(%" PRIu64 ")", total: 1 errors, 0 warnings, 2 checks, 1598 lines checked