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 316DA42653 for ; Wed, 27 Sep 2023 14:58:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CC62406B8; Wed, 27 Sep 2023 14:58:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E2E5A4028C for ; Wed, 27 Sep 2023 14:58:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DE9AD120999; Wed, 27 Sep 2023 14:58:24 +0200 (CEST) Subject: |WARNING| pw132023 [PATCH v8 6/9] net/cpfl: add fxp rule module In-Reply-To: <20230927125416.2308974-7-yuying.zhang@intel.com> References: <20230927125416.2308974-7-yuying.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: yuying.zhang@intel.com Message-Id: <20230927125824.DE9AD120999@dpdk.org> Date: Wed, 27 Sep 2023 14:58:24 +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/132023 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #260: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:83: + return -EINVAL; + } else { WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #363: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:186: + 0, /* cache_wr_thru */ WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #410: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:233: + 0, /* cache_wr_thru */ total: 0 errors, 3 warnings, 0 checks, 448 lines checked