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 1D3D242608 for ; Thu, 21 Sep 2023 19:00:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18965406B6; Thu, 21 Sep 2023 19:00:36 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6BEFA406B6 for ; Thu, 21 Sep 2023 19:00:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 68901120802; Thu, 21 Sep 2023 19:00:34 +0200 (CEST) Subject: |WARNING| pw131800 [PATCH v6 6/8] net/cpfl: add fxp rule module In-Reply-To: <20230822010226.17783-7-yuying.zhang@intel.com> References: <20230822010226.17783-7-yuying.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Zhang, Yuying" Message-Id: <20230921170034.68901120802@dpdk.org> Date: Thu, 21 Sep 2023 19:00:34 +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/131800 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #259: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:83: + return -EINVAL; + } else { WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #362: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:186: + 0, /* cache_wr_thru */ WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #409: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:233: + 0, /* cache_wr_thru */ total: 0 errors, 3 warnings, 0 checks, 448 lines checked