> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Thursday, June 4, 2015 10:52 PM
> To: Zhang, Helin
> Cc: dev at dpdk.org; Stephen Hemminger
> Subject: Re: [dpdk-dev] [PATCH 1/9] kni: fix whitespace
>
> 2015-06-04 07:43, Stephen Hemminger:
> > From: Stephen Hemminger <shemming at brocade.com>
> >
> > Ran this code base through a script which:
> > - removes trailing whitespace
> > - removes space before tabs
> > - removes blank lines at end of file
> >
> > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> > ---
> > .../linuxapp/kni/ethtool/igb/e1000_api.c | 1 -
> > .../linuxapp/kni/ethtool/igb/e1000_manage.c | 2 -
> > .../linuxapp/kni/ethtool/igb/e1000_mbx.c | 1 -
> > .../linuxapp/kni/ethtool/igb/e1000_nvm.c | 2 -
> > lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 2 +-
> > .../linuxapp/kni/ethtool/igb/igb_debugfs.c | 1 -
> > .../linuxapp/kni/ethtool/igb/igb_ethtool.c | 26 ++++++------
> > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 2 +-
> > .../linuxapp/kni/ethtool/igb/igb_param.c | 3 +-
> > .../linuxapp/kni/ethtool/igb/igb_procfs.c | 46
> +++++++++++-----------
> > .../linuxapp/kni/ethtool/igb/igb_regtest.h | 2 -
> > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_vmdq.c | 1 -
> > lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 4 +-
> > .../linuxapp/kni/ethtool/igb/kcompat_ethtool.c | 11 +++---
> > .../linuxapp/kni/ethtool/ixgbe/ixgbe_82599.c | 1 -
> > .../linuxapp/kni/ethtool/ixgbe/ixgbe_api.c | 1 -
> > .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.c | 1 -
> > .../linuxapp/kni/ethtool/ixgbe/ixgbe_main.c | 5 ---
> > .../linuxapp/kni/ethtool/ixgbe/ixgbe_sriov.h | 1 -
> > .../linuxapp/kni/ethtool/ixgbe/ixgbe_x540.c | 7 ++--
> > .../linuxapp/kni/ethtool/ixgbe/kcompat.h | 2 +-
>
> Helin, do you approve patching kni base driver?
Thomas, I have acked it, also another one in the same patch set for e1000
driver.