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 051D943EA2 for ; Thu, 18 Apr 2024 15:54:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00E0740A79; Thu, 18 Apr 2024 15:54:16 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7FDDD40A79 for ; Thu, 18 Apr 2024 15:54:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 643DF124858; Thu, 18 Apr 2024 15:54:14 +0200 (CEST) Subject: |WARNING| pw139494 [PATCH] net/ixgbe: don't create a delayed interrupt handler if one already exists In-Reply-To: <20240418135307.3270094-1-edwin.brossette@6wind.com> References: <20240418135307.3270094-1-edwin.brossette@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: edwin.brossette@6wind.com Message-Id: <20240418135414.643DF124858@dpdk.org> Date: Thu, 18 Apr 2024 15:54:14 +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/139494 _coding style issues_ WARNING:TYPO_SPELLING: 'overwritting' may be misspelled - perhaps 'overwriting'? #106: delayed handler is done with its work, we end up overwritting its value ERROR:SPACING: space required before the open brace '{' #145: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4674: + if (intr->mask & IXGBE_EIMS_LSC){ CHECK:BRACES: Unbalanced braces around else statement #149: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4678: + else { total: 1 errors, 1 warnings, 1 checks, 28 lines checked