netlink: specs: ethtool: add empty enum stringset
authorJakub Kicinski <kuba@kernel.org>
Fri, 9 Jun 2023 21:43:41 +0000 (14:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2023 10:01:03 +0000 (11:01 +0100)
commit180ad455273a7d3ba95ec21d28c1fee6766f166d
tree091578b675231e92059dc5c17a4f3c0843a3ed5b
parent2c9d47a095f7d0380e35064121bc8838dbf136cb
netlink: specs: ethtool: add empty enum stringset

C does not allow defining structures and enums with the same name.
Since enum ethtool_stringset exists in the uAPI we need to include
at least a stub of it in the spec. This will trigger name collision
avoidance in the code gen.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/netlink/specs/ethtool.yaml