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 1B2D34618E for ; Tue, 4 Feb 2025 16:17:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CAF442789; Tue, 4 Feb 2025 16:17:33 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 74C3841141 for ; Tue, 4 Feb 2025 16:17:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 85CA1127003; Tue, 4 Feb 2025 16:16:23 +0100 (CET) Subject: |WARNING| pw150839 [PATCH v2 30/54] net/e1000/base: add EEE common API function In-Reply-To: <802db306cad631101554c547676211755c6f43be.1738681726.git.anatoly.burakov@intel.com> References: <802db306cad631101554c547676211755c6f43be.1738681726.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20250204151623.85CA1127003@dpdk.org> Date: Tue, 4 Feb 2025 16:16:23 +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/150839 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct e1000_hw *' should also have an identifier name #125: FILE: drivers/net/intel/e1000/base/e1000_hw.h:751: + s32 (*set_eee)(struct e1000_hw *, bool, bool, bool); WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool' should also have an identifier name #125: FILE: drivers/net/intel/e1000/base/e1000_hw.h:751: + s32 (*set_eee)(struct e1000_hw *, bool, bool, bool); WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool' should also have an identifier name #125: FILE: drivers/net/intel/e1000/base/e1000_hw.h:751: + s32 (*set_eee)(struct e1000_hw *, bool, bool, bool); WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool' should also have an identifier name #125: FILE: drivers/net/intel/e1000/base/e1000_hw.h:751: + s32 (*set_eee)(struct e1000_hw *, bool, bool, bool); total: 0 errors, 4 warnings, 0 checks, 42 lines checked