Re: [PATCH 2/5] ethtool: move cmdline_coalesce out of do_scoalesce

2016-06-26 Thread Ben Hutchings
On Sun, 2016-05-15 at 00:14 -0700, kan.li...@intel.com wrote: > From: Kan Liang > > Moving cmdline_coalesce out of do_scoalesce, so it can be shared with > other functions. > No behavior change. I spent some time getting rid of static variables, and I think the only ones left are (at least logic

[PATCH 2/5] ethtool: move cmdline_coalesce out of do_scoalesce

2016-05-15 Thread kan . liang
From: Kan Liang Moving cmdline_coalesce out of do_scoalesce, so it can be shared with other functions. No behavior change. Signed-off-by: Kan Liang --- ethtool.c | 147 +++--- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git

[PATCH 2/5] ethtool: move cmdline_coalesce out of do_scoalesce

2016-03-14 Thread kan . liang
From: Kan Liang Moving cmdline_coalesce out of do_scoalesce, so it can be shared with other functions. No behavior change. Signed-off-by: Kan Liang --- ethtool.c | 147 +++--- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git