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 86CECA0547 for ; Wed, 27 Oct 2021 04:54:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 833D1410DC; Wed, 27 Oct 2021 04:54:54 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5415E40E0F for ; Wed, 27 Oct 2021 04:54:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4F085121E90; Wed, 27 Oct 2021 04:54:48 +0200 (CEST) In-Reply-To: <20211027025237.149621-5-junfeng.guo@intel.com> References: <20211027025237.149621-5-junfeng.guo@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junfeng Guo Message-Id: <20211027025448.4F085121E90@dpdk.org> Date: Wed, 27 Oct 2021 04:54:48 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw103007 [PATCH v5 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/103007 _coding style issues_ WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #129: FILE: drivers/net/ice/ice_ethdev.h:503: + u64 fdir_actived_cnt; WARNING:LONG_LINE: line length of 136 exceeds 100 columns #151: 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'? #209: FILE: drivers/net/ice/ice_fdir_filter.c:1343: + if (!pi->fdir_actived_cnt) { WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #226: FILE: drivers/net/ice/ice_fdir_filter.c:1360: + pi->fdir_actived_cnt++; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #257: FILE: drivers/net/ice/ice_fdir_filter.c:1391: + pi->fdir_actived_cnt = 1; WARNING:TYPO_SPELLING: 'actived' may be misspelled - perhaps 'activated'? #304: FILE: drivers/net/ice/ice_fdir_filter.c:1525: + pi->fdir_actived_cnt--; total: 0 errors, 6 warnings, 0 checks, 386 lines checked