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 29D7345D27 for ; Mon, 25 Nov 2024 12:35:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25A8940A76; Mon, 25 Nov 2024 12:35:13 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D6197402C9 for ; Mon, 25 Nov 2024 12:35:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id CFBA6121E31; Mon, 25 Nov 2024 12:35:10 +0100 (CET) Subject: |WARNING| pw148838 [PATCH v2 1/3] net/ixgbe: initialize PTP to system time In-Reply-To: <672ea483818966221e348a09531a9975e2b83b38.1732534388.git.anatoly.burakov@intel.com> References: <672ea483818966221e348a09531a9975e2b83b38.1732534388.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20241125113510.CFBA6121E31@dpdk.org> Date: Mon, 25 Nov 2024 12:35:10 +0100 (CET) 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/148838 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around function pointer (mbx->ops[0].read) #117: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4177: + if ((mbx->ops[0].read)(hw, &in_msg, 1, 0)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mbx->ops[0].read' #117: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4177: + if ((mbx->ops[0].read)(hw, &in_msg, 1, 0)) total: 0 errors, 0 warnings, 2 checks, 41 lines checked