Re: [dpdk-dev] [PATCH] remove blank lines at end of file

2019-11-25 Thread Thomas Monjalon
11/11/2019 20:50, Stephen Hemminger: > Remove trailing blank lines. They serve no purpose and are just > editor leftovers. > These can cause git to complain about whitespace errors during merges. > > Signed-off-by: Stephen Hemminger I rebased and added few new occurences, plus some doc ones. Ap

[dpdk-dev] [PATCH] remove blank lines at end of file

2019-11-11 Thread Stephen Hemminger
Remove trailing blank lines. They serve no purpose and are just editor leftovers. These can cause git to complain about whitespace errors during merges. Signed-off-by: Stephen Hemminger --- Makefile| 1 - app/test/meson.build

[dpdk-dev] [PATCH] remove blank lines at end-of-file

2015-12-07 Thread Thomas Monjalon
2015-12-03 09:53, Bruce Richardson: > On Wed, Dec 02, 2015 at 12:06:12PM -0800, Stephen Hemminger wrote: > > This is one of those trivial things git and other tools complain > > about. > > > > Signed-off-by: Stephen Hemminger > Acked-by: Bruce Richardson Applied, thanks

[dpdk-dev] [PATCH] remove blank lines at end-of-file

2015-12-03 Thread Bruce Richardson
On Wed, Dec 02, 2015 at 12:06:12PM -0800, Stephen Hemminger wrote: > This is one of those trivial things git and other tools complain > about. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson

[dpdk-dev] [PATCH] remove blank lines at end-of-file

2015-12-02 Thread Stephen Hemminger
This is one of those trivial things git and other tools complain about. Signed-off-by: Stephen Hemminger --- drivers/net/i40e/i40e_rxtx.c| 1 - drivers/net/vmxnet3/base/includeCheck.h | 1 - lib/librte_pipeline/rte_pipeline.c | 1 - 3 files changed, 3 deletions(-) diff --git a/