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 D53B1466CC
	for <public@inbox.dpdk.org>; Mon,  5 May 2025 14:57:37 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id C9FC840674;
	Mon,  5 May 2025 14:57:37 +0200 (CEST)
Received: from dpdk.org (dpdk.org [92.243.24.197])
 by mails.dpdk.org (Postfix) with ESMTP id AC5F14026C
 for <test-report@dpdk.org>; Mon,  5 May 2025 14:57:36 +0200 (CEST)
Received: by dpdk.org (Postfix, from userid 65534)
 id 5BC25123FB9; Mon,  5 May 2025 14:57:24 +0200 (CEST)
Subject: |WARNING| pw153283 [RFC 08/18] net/hinic3: add module about hardware
 operation
In-Reply-To: <20250418080908.9447-9-wff_light@vip.163.com>
References: <20250418080908.9447-9-wff_light@vip.163.com>
To: test-report@dpdk.org
From: checkpatch@dpdk.org
Cc: Feifei Wang <wff_light@vip.163.com>
Message-Id: <20250505125724.5BC25123FB9@dpdk.org>
Date: Mon,  5 May 2025 14:57:24 +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/153283

_coding style issues_


WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#530: FILE: drivers/net/hinic3/base/hinic3_hw_comm.c:68:
+	info->coalesc_timer_cfg = msix_cfg.coalesct_timer_cnt;

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#561: FILE: drivers/net/hinic3/base/hinic3_hw_comm.c:99:
+	msix_cfg.coalesct_timer_cnt = temp_info.coalesc_timer_cfg;

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#569: FILE: drivers/net/hinic3/base/hinic3_hw_comm.c:107:
+	if (info.interrupt_coalesc_set) {

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#571: FILE: drivers/net/hinic3/base/hinic3_hw_comm.c:109:
+		msix_cfg.coalesct_timer_cnt = info.coalesc_timer_cfg;

WARNING:TYPO_SPELLING: 'COALESC' may be misspelled - perhaps 'COALESCE'?
#935: FILE: drivers/net/hinic3/base/hinic3_hw_comm.h:15:
+#define HINIC3_MSIX_CNT_COALESC_TIMER_SHIFT 8

WARNING:TYPO_SPELLING: 'COALESC' may be misspelled - perhaps 'COALESCE'?
#941: FILE: drivers/net/hinic3/base/hinic3_hw_comm.h:21:
+#define HINIC3_MSIX_CNT_COALESC_TIMER_MASK 0xFFU

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#1124: FILE: drivers/net/hinic3/base/hinic3_hw_comm.h:204:
+	u32 interrupt_coalesc_set;

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#1129: FILE: drivers/net/hinic3/base/hinic3_hw_comm.h:209:
+	u8 coalesc_timer_cfg;

WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1361: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:69:
+#define HINIC3_DEAULT_EQ_MSIX_PENDING_LIMIT	0

WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1362: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:70:
+#define HINIC3_DEAULT_EQ_MSIX_COALESC_TIMER_CFG 0xFF

WARNING:TYPO_SPELLING: 'COALESC' may be misspelled - perhaps 'COALESCE'?
#1362: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:70:
+#define HINIC3_DEAULT_EQ_MSIX_COALESC_TIMER_CFG 0xFF

WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1363: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:71:
+#define HINIC3_DEAULT_EQ_MSIX_RESEND_TIMER_CFG	7

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#1525: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:233:
+	info.interrupt_coalesc_set = 1;

WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1526: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:234:
+	info.pending_limt = HINIC3_DEAULT_EQ_MSIX_PENDING_LIMIT;

WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#1527: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:235:
+	info.coalesc_timer_cfg = HINIC3_DEAULT_EQ_MSIX_COALESC_TIMER_CFG;

WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1527: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:235:
+	info.coalesc_timer_cfg = HINIC3_DEAULT_EQ_MSIX_COALESC_TIMER_CFG;

WARNING:TYPO_SPELLING: 'COALESC' may be misspelled - perhaps 'COALESCE'?
#1527: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:235:
+	info.coalesc_timer_cfg = HINIC3_DEAULT_EQ_MSIX_COALESC_TIMER_CFG;

WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1528: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:236:
+	info.resend_timer_cfg = HINIC3_DEAULT_EQ_MSIX_RESEND_TIMER_CFG;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1614: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:322:
+		/* For the PF/VF of slave host, return error. */

total: 0 errors, 19 warnings, 0 checks, 1929 lines checked