RE: [PATCH v1 net-next 1/9] lan743x: Add support for ethtool get_drvinfo

2018-07-05 Thread Bryan.Whitehead
> Hi Bryan > > It is normal to put something in the commit message, even if it is the Subject > line said in a different way. > > Otherwise, this looks O.K. > > Andrew OK, thanks Andrew

Re: [PATCH v1 net-next 1/9] lan743x: Add support for ethtool get_drvinfo

2018-07-05 Thread Andrew Lunn
On Thu, Jul 05, 2018 at 12:39:18PM -0400, Bryan Whitehead wrote: Hi Bryan It is normal to put something in the commit message, even if it is the Subject line said in a different way. Otherwise, this looks O.K. Andrew

[PATCH v1 net-next 1/9] lan743x: Add support for ethtool get_drvinfo

2018-07-05 Thread Bryan Whitehead
Signed-off-by: Bryan Whitehead --- drivers/net/ethernet/microchip/Makefile | 2 +- drivers/net/ethernet/microchip/lan743x_ethtool.c | 21 + drivers/net/ethernet/microchip/lan743x_ethtool.h | 11 +++ drivers/net/ethernet/microchip/lan743x_main.c| 2 ++ 4