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 73DC2466CC for ; Mon, 5 May 2025 14:56:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DF6A40677; Mon, 5 May 2025 14:56:26 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C789C406FF for ; Mon, 5 May 2025 14:56:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 82AFD123FB9; Mon, 5 May 2025 14:56:12 +0200 (CEST) Subject: |WARNING| pw153286 [RFC 11/18] net/hinic3: add a mailbox communication module In-Reply-To: <20250418080908.9447-12-wff_light@vip.163.com> References: <20250418080908.9447-12-wff_light@vip.163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Feifei Wang Message-Id: <20250505125612.82AFD123FB9@dpdk.org> Date: Mon, 5 May 2025 14:56:12 +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/153286 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #863: FILE: drivers/net/hinic3/base/hinic3_mbox.c:781: + "Send mbox seg failed, seq_id: 0x%" PRIx64, WARNING:TYPO_SPELLING: 'responsed' may be misspelled - perhaps 'responded'? #981: FILE: drivers/net/hinic3/base/hinic3_mbox.c:899: + /* Use mbox_resp to hole data which responsed from other function. */ CHECK:CAMELCASE: Avoid CamelCase: #1076: FILE: drivers/net/hinic3/base/hinic3_mbox.c:994: + PMD_DRV_LOG(ERR, "Mbox msg len(%d) exceed limit(%" PRIu64 ")", WARNING:TYPO_SPELLING: 'RUNNIG' may be misspelled - perhaps 'RUNNING'? #1630: FILE: drivers/net/hinic3/base/hinic3_mbox.h:150: + HINIC3_PPF_TO_PF_MBOX_CB_RUNNIG total: 0 errors, 2 warnings, 2 checks, 1591 lines checked