From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Feifei Wang <wff_light@vip.163.com>
Subject: |WARNING| pw153024 [RFC 08/18] net/hinic3: add module about hardware operation
Date: Fri, 18 Apr 2025 11:12:31 +0200 (CEST) [thread overview]
Message-ID: <20250418091231.236DA123FA7@dpdk.org> (raw)
In-Reply-To: <20250418090621.9638-9-wff_light@vip.163.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/153024
_coding style issues_
WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#529: 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'?
#560: 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'?
#568: FILE: drivers/net/hinic3/base/hinic3_hw_comm.c:107:
+ if (info.interrupt_coalesc_set) {
WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#570: 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'?
#934: 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'?
#940: 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'?
#1123: FILE: drivers/net/hinic3/base/hinic3_hw_comm.h:204:
+ u32 interrupt_coalesc_set;
WARNING:TYPO_SPELLING: 'coalesc' may be misspelled - perhaps 'coalesce'?
#1128: FILE: drivers/net/hinic3/base/hinic3_hw_comm.h:209:
+ u8 coalesc_timer_cfg;
WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1360: 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'?
#1361: 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'?
#1361: 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'?
#1362: 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'?
#1524: FILE: drivers/net/hinic3/base/hinic3_hwdev.c:233:
+ info.interrupt_coalesc_set = 1;
WARNING:TYPO_SPELLING: 'DEAULT' may be misspelled - perhaps 'DEFAULT'?
#1525: 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'?
#1526: 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'?
#1526: 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'?
#1526: 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:236:
+ info.resend_timer_cfg = HINIC3_DEAULT_EQ_MSIX_RESEND_TIMER_CFG;
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1613: 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
parent reply other threads:[~2025-04-18 9:12 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250418090621.9638-9-wff_light@vip.163.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250418091231.236DA123FA7@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=wff_light@vip.163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).