From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 4F2FF465C0
	for <public@inbox.dpdk.org>; Fri, 18 Apr 2025 11:11:40 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 4A5694028B;
	Fri, 18 Apr 2025 11:11:40 +0200 (CEST)
Received: from dpdk.org (dpdk.org [92.243.24.197])
 by mails.dpdk.org (Postfix) with ESMTP id 32FE5400D5
 for <test-report@dpdk.org>; Fri, 18 Apr 2025 11:11:39 +0200 (CEST)
Received: by dpdk.org (Postfix, from userid 65534)
 id 14DFC123FA7; Fri, 18 Apr 2025 11:11:17 +0200 (CEST)
Subject: |WARNING| pw153027 [RFC 11/18] net/hinic3: add a mailbox
 communication module
In-Reply-To: <20250418090621.9638-12-wff_light@vip.163.com>
References: <20250418090621.9638-12-wff_light@vip.163.com>
To: test-report@dpdk.org
From: checkpatch@dpdk.org
Cc: Feifei Wang <wff_light@vip.163.com>
Message-Id: <20250418091117.14DFC123FA7@dpdk.org>
Date: Fri, 18 Apr 2025 11:11:17 +0200 (CEST)
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/153027

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#862: 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'?
#980: FILE: drivers/net/hinic3/base/hinic3_mbox.c:899:
+	/* Use mbox_resp to hole data which responsed from other function. */

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#1075: 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'?
#1629: 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