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 85E94425A3 for ; Fri, 15 Sep 2023 11:04:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8041540C35; Fri, 15 Sep 2023 11:04:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E6E7C40C35 for ; Fri, 15 Sep 2023 11:04:30 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DDC6F120802; Fri, 15 Sep 2023 11:04:30 +0200 (CEST) Subject: |WARNING| pw131471 [PATCH v5 5/9] net/cpfl: add fxp rule module In-Reply-To: <20230915100047.90153-6-yuying.zhang@intel.com> References: <20230915100047.90153-6-yuying.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Zhang, Yuying" Message-Id: <20230915090430.DDC6F120802@dpdk.org> Date: Fri, 15 Sep 2023 11:04:30 +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/131471 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #745: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:83: + return -EINVAL; + } else { WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #848: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:186: + 0, /* cache_wr_thru */ WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #895: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:233: + 0, /* cache_wr_thru */ total: 0 errors, 3 warnings, 0 checks, 919 lines checked