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 8A4C5465C0 for ; Fri, 18 Apr 2025 11:16:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8387E4028B; Fri, 18 Apr 2025 11:16:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E7939400D5 for ; Fri, 18 Apr 2025 11:16:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C678E123FA7; Fri, 18 Apr 2025 11:16:06 +0200 (CEST) Subject: |WARNING| pw153033 [RFC 17/18] net/hinic3: add FDIR flow control module In-Reply-To: <20250418090621.9638-18-wff_light@vip.163.com> References: <20250418090621.9638-18-wff_light@vip.163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Feifei Wang Message-Id: <20250418091606.C678E123FA7@dpdk.org> Date: Fri, 18 Apr 2025 11:16:06 +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/153033 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #257: FILE: drivers/net/hinic3/hinic3_fdir.c:7: +#include WARNING:TYPO_SPELLING: 'corret' may be misspelled - perhaps 'correct'? #1322: 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'? #1339: 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'? #2060: FILE: drivers/net/hinic3/hinic3_flow.c:6: +#include WARNING:TYPO_SPELLING: 'filterig' may be misspelled - perhaps 'filtering'? #3367: 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'? #3413: 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'? #3574: FILE: drivers/net/hinic3/hinic3_flow.c:1520: + NULL, "Unsupport filter type."); total: 0 errors, 7 warnings, 0 checks, 3721 lines checked