Re: [PATCH] ethtool: correct format strings according to the arguments

2023-07-03 Thread Stephen Hemminger
On Thu, 24 Mar 2022 10:31:24 +0500 "huzaifa.rahman" wrote: > The corrected format strings are not consistent with the > given arguments. So they are changed accordingly. > > Signed-off-by: huzaifa.rahman > --- > examples/ethtool/ethtool-app/main.c | 6 +++--- > 1 file changed, 3 insertions(+),

Re: [PATCH] ethtool: correct format strings according to the arguments

2022-05-26 Thread Huzaifa Rahman
Hi, The following tests are failing but my patch is not related to anything related to these. Please re-run the tests. Failed Tests: - mtu_update - scatter Thanks, Huzaifa On Thu, Mar 24, 2022 at 10:31 AM huzaifa.rahman wrote: > The corrected format strings

[PATCH] ethtool: correct format strings according to the arguments

2022-03-23 Thread huzaifa.rahman
The corrected format strings are not consistent with the given arguments. So they are changed accordingly. Signed-off-by: huzaifa.rahman --- examples/ethtool/ethtool-app/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ethtool/ethtool-app/main.c b/exampl