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 D3567A0C4E for ; Tue, 2 Nov 2021 06:41:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF1F74069F; Tue, 2 Nov 2021 06:41:49 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3742F4068F for ; Tue, 2 Nov 2021 06:41:48 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 30427122142; Tue, 2 Nov 2021 06:41:48 +0100 (CET) In-Reply-To: <20211102053918.4063391-5-junfeng.guo@intel.com> References: <20211102053918.4063391-5-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20211102054148.30427122142@dpdk.org> Date: Tue, 2 Nov 2021 06:41:48 +0100 (CET) Subject: [dpdk-test-report] |WARNING| pw103424 [PATCH v9 4/4] net/ice: enable protocol agnostic flow offloading in FDIR 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/103424 _coding style issues_ WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #126: FILE: drivers/net/ice/ice_ethdev.h:500: + u64 fdir_actived_cnt; WARNING:LONG_LINE: line length of 136 exceeds 100 columns #148: FILE: drivers/net/ice/ice_fdir_filter.c:110: + {pattern_raw, ICE_INSET_NONE, ICE_INSET_NONE, ICE_INSET_NONE}, WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #193: FILE: drivers/net/ice/ice_fdir_filter.c:1337: + if (pi->fdir_actived_cnt != 0) { WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #204: FILE: drivers/net/ice/ice_fdir_filter.c:1348: + pi->fdir_actived_cnt++; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #227: FILE: drivers/net/ice/ice_fdir_filter.c:1371: + pi->fdir_actived_cnt = 1; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #277: FILE: drivers/net/ice/ice_fdir_filter.c:1501: + if (pi->fdir_actived_cnt != 0) { WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #278: FILE: drivers/net/ice/ice_fdir_filter.c:1502: + pi->fdir_actived_cnt--; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #279: FILE: drivers/net/ice/ice_fdir_filter.c:1503: + if (!pi->fdir_actived_cnt) { total: 0 errors, 8 warnings, 0 checks, 365 lines checked