Re: [dpdk-dev] [PATCH] devtools: ignore checkpatch warning for maintainers file

2018-01-08 Thread Thomas Monjalon
05/01/2018 23:33, Stephen Hemminger: > On Fri, 5 Jan 2018 12:43:02 +0100 > Thomas Monjalon wrote: > > > The script checkpatch.pl from Linux is enforcing a tab > > in the MAINTAINERS file (Linux commit 628f91a28649). > > It can be ignored in our wrapper checkpatches.sh. > > > > Suggested-by: Rem

Re: [dpdk-dev] [PATCH] devtools: ignore checkpatch warning for maintainers file

2018-01-05 Thread Stephen Hemminger
On Fri, 5 Jan 2018 12:43:02 +0100 Thomas Monjalon wrote: > The script checkpatch.pl from Linux is enforcing a tab > in the MAINTAINERS file (Linux commit 628f91a28649). > It can be ignored in our wrapper checkpatches.sh. > > Suggested-by: Remy Horton > Signed-off-by: Thomas Monjalon > --- >

Re: [dpdk-dev] [PATCH] devtools: ignore checkpatch warning for maintainers file

2018-01-05 Thread Remy Horton
On 05/01/2018 11:43, Thomas Monjalon wrote: The script checkpatch.pl from Linux is enforcing a tab in the MAINTAINERS file (Linux commit 628f91a28649). It can be ignored in our wrapper checkpatches.sh. Suggested-by: Remy Horton Signed-off-by: Thomas Monjalon --- devtools/checkpatches.sh | 3