[dpdk-dev] [PATCH 2/4] rte_ethdev: whitespace cleanup

2015-04-15 Thread Bruce Richardson
On Thu, Apr 09, 2015 at 02:29:40PM -0700, Stephen Hemminger wrote: > Fix space after keywords, and other missing whitespace. > > Signed-off-by: Stephen Hemminger Partial NAK for now. Mostly this looks ok, but I disagree with the changes to the indentation of continued lines. Until we get

[dpdk-dev] [PATCH 2/4] rte_ethdev: whitespace cleanup

2015-04-09 Thread Stephen Hemminger
Fix space after keywords, and other missing whitespace. Signed-off-by: Stephen Hemminger --- lib/librte_ether/rte_ethdev.c | 191 ++ lib/librte_ether/rte_ethdev.h | 57 ++--- 2 files changed, 128 insertions(+), 120 deletions(-) diff --git