commit | e9377a911d772d27ef2810c241154ba479bad368 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Mon Apr 19 14:52:35 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 19 16:29:43 2021 -0700 |
tree | 5fb60a9292d2ab860f9cd4857fb1f36c1a71bf49 | |
parent | d1f0a5e1fb4e2f2f603bec8df79ca51768f2bdae [diff] |
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: c781ff12a2f3 ("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>