|WARNING| pw139657 [PATCH v1 12/22] net/ixgbe/base: added link state handling

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 24 15:27:26 CEST 2024


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct ixgbe_hw *' should also have an identifier name
#110: FILE: drivers/net/ixgbe/base/ixgbe_type.h:3986:
+	s32 (*get_link_state)(struct ixgbe_hw *, bool *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool *' should also have an identifier name
#110: FILE: drivers/net/ixgbe/base/ixgbe_type.h:3986:
+	s32 (*get_link_state)(struct ixgbe_hw *, bool *);

total: 0 errors, 2 warnings, 0 checks, 62 lines checked


More information about the test-report mailing list