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 D2CE9466CC for ; Mon, 5 May 2025 15:01:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB1D340674; Mon, 5 May 2025 15:01:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8D1BF4026C for ; Mon, 5 May 2025 15:01:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 474D6123FB9; Mon, 5 May 2025 15:01:19 +0200 (CEST) Subject: |WARNING| pw153292 [RFC 17/18] net/hinic3: add FDIR flow control module In-Reply-To: <20250418080908.9447-18-wff_light@vip.163.com> References: <20250418080908.9447-18-wff_light@vip.163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Feifei Wang Message-Id: <20250505130119.474D6123FB9@dpdk.org> Date: Mon, 5 May 2025 15:01:19 +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/153292 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #258: FILE: drivers/net/hinic3/hinic3_fdir.c:7: +#include WARNING:TYPO_SPELLING: 'corret' may be misspelled - perhaps 'correct'? #1323: FILE: drivers/net/hinic3/hinic3_fdir.c:1072: + * from the tcam and add the corret fdir rule WARNING:TYPO_SPELLING: 'corret' may be misspelled - perhaps 'correct'? #1340: FILE: drivers/net/hinic3/hinic3_fdir.c:1089: + /* Add the corret fdir rule from the tcam. */ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #2061: FILE: drivers/net/hinic3/hinic3_flow.c:6: +#include WARNING:TYPO_SPELLING: 'filterig' may be misspelled - perhaps 'filtering'? #3368: FILE: drivers/net/hinic3/hinic3_flow.c:1313: + * Filter information, its used to store and manipulate packet filterig rules. WARNING:TYPO_SPELLING: 'filterig' may be misspelled - perhaps 'filtering'? #3414: FILE: drivers/net/hinic3/hinic3_flow.c:1359: + * Filter information, its used to store and manipulate packet filterig rules. WARNING:TYPO_SPELLING: 'Unsupport' may be misspelled - perhaps 'Unsupported'? #3575: FILE: drivers/net/hinic3/hinic3_flow.c:1520: + NULL, "Unsupport filter type."); total: 0 errors, 7 warnings, 0 checks, 3721 lines checked