]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: Use kernel data types for internal EEPROM struct
authorIdo Schimmel <idosch@nvidia.com>
Tue, 22 Jun 2021 06:50:50 +0000 (09:50 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 17:40:54 +0000 (10:40 -0700)
commitf258f3bcc417fa24a114a9fbaad0fa080a7d60d1
tree8a8a0341e864583017591714562fc743ce280ac4
parent2cb9a2bac43db0c317036f01871f24d8901af1e9
ethtool: Use kernel data types for internal EEPROM struct

The struct is not visible to user space and therefore should not use the
user visible data types.

Instead, use internal data types like other structures in the file.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h