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 46091A00C5 for ; Wed, 3 Aug 2022 16:25:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D55640A7E; Wed, 3 Aug 2022 16:25:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7A85E40141 for ; Wed, 3 Aug 2022 16:25:30 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 63578120775; Wed, 3 Aug 2022 16:25:30 +0200 (CEST) Subject: |WARNING| pw114585 [PATCH] net/ring: add umonitor callback In-Reply-To: <20220803142845.2221915-1-herakliusz.lipiec@intel.com> References: <20220803142845.2221915-1-herakliusz.lipiec@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Herakliusz Lipiec Message-Id: <20220803142530.63578120775@dpdk.org> Date: Wed, 3 Aug 2022 16:25: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/114585 _coding style issues_ ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #90: FILE: drivers/net/ring/rte_eth_ring.c:295: +eth_get_monitor_addr(void* rx_queue, struct rte_power_monitor_cond *pmc) CHECK:SPACING: No space is necessary after a cast #92: FILE: drivers/net/ring/rte_eth_ring.c:297: + struct rte_ring *rng = ((struct ring_queue*) rx_queue)->rng; ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #92: FILE: drivers/net/ring/rte_eth_ring.c:297: + struct rte_ring *rng = ((struct ring_queue*) rx_queue)->rng; WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #96: FILE: drivers/net/ring/rte_eth_ring.c:301: + * */ total: 2 errors, 1 warnings, 1 checks, 35 lines checked