]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: add missing EEPROM to list of messages
authorJakub Kicinski <kuba@kernel.org>
Mon, 19 Apr 2021 21:52:35 +0000 (14:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 23:29:43 +0000 (16:29 -0700)
commite99474f69ff7401029df49ee895ac3195d39fdac
tree5fb60a9292d2ab860f9cd4857fb1f36c1a71bf49
parent0cad9407cd2fe3ffeece70079451e239eef02f66
ethtool: add missing EEPROM to list of messages

ETHTOOL_MSG_MODULE_EEPROM_GET is missing from the list of messages.
ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY is sadly a rather long name
so we need to adjust column length.

v2: use spaces (Andrew)

Fixes: 85471b824c79 ("ethtool: Allow network drivers to dump arbitrary EEPROM data")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ethtool-netlink.rst