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 B3588A0C57 for ; Mon, 1 Nov 2021 09:38:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC59540E28; Mon, 1 Nov 2021 09:38:20 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5C6B540DF6 for ; Mon, 1 Nov 2021 09:38:19 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 56D37122142; Mon, 1 Nov 2021 09:38:19 +0100 (CET) In-Reply-To: <20211101083612.2380503-5-junfeng.guo@intel.com> References: <20211101083612.2380503-5-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20211101083819.56D37122142@dpdk.org> Date: Mon, 1 Nov 2021 09:38:19 +0100 (CET) Subject: [dpdk-test-report] |WARNING| pw103306 [PATCH v8 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/103306 _coding style issues_ WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #125: FILE: drivers/net/ice/ice_ethdev.h:500: + u64 fdir_actived_cnt; WARNING:LONG_LINE: line length of 136 exceeds 100 columns #147: 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'? #192: FILE: drivers/net/ice/ice_fdir_filter.c:1337: + if (pi->fdir_actived_cnt != 0) { WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #203: 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:1372: + pi->fdir_actived_cnt = 1; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #267: FILE: drivers/net/ice/ice_fdir_filter.c:1499: + if (pi->fdir_actived_cnt != 0) { WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #268: FILE: drivers/net/ice/ice_fdir_filter.c:1500: + pi->fdir_actived_cnt--; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #269: FILE: drivers/net/ice/ice_fdir_filter.c:1501: + if (!pi->fdir_actived_cnt) { total: 0 errors, 8 warnings, 0 checks, 363 lines checked