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 DCC984221F for ; Fri, 1 Sep 2023 13:13:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E262640285; Fri, 1 Sep 2023 13:13:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3D77340285 for ; Fri, 1 Sep 2023 13:13:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 377CD121090; Fri, 1 Sep 2023 13:13:02 +0200 (CEST) Subject: |WARNING| pw131083 [PATCH v2 6/8] net/cpfl: add fxp rule module In-Reply-To: <20230901113158.1654044-7-yuying.zhang@intel.com> References: <20230901113158.1654044-7-yuying.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yuying Zhang Message-Id: <20230901111302.377CD121090@dpdk.org> Date: Fri, 1 Sep 2023 13:13:02 +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/131083 _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:84: + return -EINVAL; + } else { WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #848: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:187: + 0, /* cache_wr_thru */ WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #895: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:234: + 0, /* cache_wr_thru */ total: 0 errors, 3 warnings, 0 checks, 920 lines checked