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 B069A46156 for ; Fri, 31 Jan 2025 14:05:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ADF814060C; Fri, 31 Jan 2025 14:05:10 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5BA0B40281 for ; Fri, 31 Jan 2025 14:05:01 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 38714127003; Fri, 31 Jan 2025 14:03:57 +0100 (CET) Subject: |WARNING| pw150744 [PATCH v1 33/42] net/e1000/base: add PHY read/write retry mechanism In-Reply-To: <73a542625a41775fe8a6e0c8eaa176e21f257cf8.1738328108.git.anatoly.burakov@intel.com> References: <73a542625a41775fe8a6e0c8eaa176e21f257cf8.1738328108.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20250131130357.38714127003@dpdk.org> Date: Fri, 31 Jan 2025 14:03:57 +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/150744 _coding style issues_ ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #210: FILE: drivers/net/intel/e1000/base/e1000_phy.c:256: +void e1000_disable_phy_retry_mechanism(struct e1000_hw* hw, u32* phy_retries_original) ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #210: FILE: drivers/net/intel/e1000/base/e1000_phy.c:256: +void e1000_disable_phy_retry_mechanism(struct e1000_hw* hw, u32* phy_retries_original) ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #219: FILE: drivers/net/intel/e1000/base/e1000_phy.c:265: +void e1000_enable_phy_retry_mechanism(struct e1000_hw* hw, u32 phy_retries_original) total: 3 errors, 0 warnings, 0 checks, 338 lines checked