|WARNING| pw151110 [PATCH v3 19/36] net/e1000/base: add EEE common API function

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 7 13:48:27 CET 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151110

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct e1000_hw *' should also have an identifier name
#126: 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
#126: 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
#126: 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
#126: 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


More information about the test-report mailing list