Re: [PATCH ethtool] igc: Fix output values case

2020-07-20 Thread Michal Kubecek
On Mon, Jul 20, 2020 at 12:00:38PM -0700, Andre Guedes wrote: > This patch changes the output values to be lowercase and replaces > "True"/"False" by "yes"/"no" so the output from the IGC driver is > consistent with other Intel drivers. > > Signed-off-by: Andre Guedes > --- Applied, thank you.

[PATCH ethtool] igc: Fix output values case

2020-07-20 Thread Andre Guedes
This patch changes the output values to be lowercase and replaces "True"/"False" by "yes"/"no" so the output from the IGC driver is consistent with other Intel drivers. Signed-off-by: Andre Guedes --- igc.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions