On Tue, May 24, 2016 at 02:22:58PM +0800, Helin Zhang wrote: > It trim the source code, with limiting pieces of code for > PF or VF driver only, code style fixes, and annotation > rewording. > > Signed-off-by: Helin Zhang <helin.zhang at intel.com> > --- > drivers/net/i40e/base/i40e_adminq.c | 52 > +++++++++++++++++++-------------- > drivers/net/i40e/base/i40e_adminq.h | 4 +-- > drivers/net/i40e/base/i40e_adminq_cmd.h | 21 +++++++------ > drivers/net/i40e/base/i40e_common.c | 5 ++-- > drivers/net/i40e/base/i40e_prototype.h | 3 +- > 5 files changed, 48 insertions(+), 37 deletions(-) > The word "trim" generally implies making things shorter, but in this case more lines are added to the code than deleted. The title should therefore be something more like "limit PF/VF specific source code to that driver only".
/Bruce