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 B886C42528 for ; Wed, 6 Sep 2023 11:35:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B8561402CE; Wed, 6 Sep 2023 11:35:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EE05E402CE for ; Wed, 6 Sep 2023 11:35:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D4E241210A9; Wed, 6 Sep 2023 11:35:29 +0200 (CEST) Subject: |WARNING| pw131190 [PATCH v3 6/9] net/cpfl: add fxp rule module In-Reply-To: <20230906093407.3635038-7-wenjing.qiao@intel.com> References: <20230906093407.3635038-7-wenjing.qiao@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenjing Qiao Message-Id: <20230906093529.D4E241210A9@dpdk.org> Date: Wed, 6 Sep 2023 11:35:29 +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/131190 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #746: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:84: + return -EINVAL; + } else { WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #849: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:187: + 0, /* cache_wr_thru */ WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'? #896: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:234: + 0, /* cache_wr_thru */ total: 0 errors, 3 warnings, 0 checks, 920 lines checked