Re: [dpdk-dev] [PATCH] MAINTAINERS fix style

2018-01-05 Thread Thomas Monjalon
05/01/2018 11:46, Remy Horton: > Any idea when Checkpatch started to enforce this? Looks like it was > slipped in recently.. commit 628f91a28649d063a048629d9d15b3e5c4dcaa37 Author: Joe Perches Date: Mon Jul 10 15:52:07 2017 -0700 checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t

Re: [dpdk-dev] [PATCH] MAINTAINERS fix style

2018-01-05 Thread Remy Horton
Any idea when Checkpatch started to enforce this? Looks like it was slipped in recently.. --ignore=MAINTAINERS_STYLE :) On 04/01/2018 23:48, Stephen Hemminger wrote: Checkpatch is complaining because the DPDK MAINTAINERS file style does not match the Linux style. Linux style is to always have

[dpdk-dev] [PATCH] MAINTAINERS fix style

2018-01-04 Thread Stephen Hemminger
Checkpatch is complaining because the DPDK MAINTAINERS file style does not match the Linux style. Linux style is to always have a TAB (not space) after the tag. I don't care just want checkpatch to be quiet. Signed-off-by: Stephen Hemminger --- MAINTAINERS | 1388 +--