23/05/2019 09:45, Olivier Matz: > Add the ability to pass custom options to checkpatch script. An example > of use is to change the output format so it can run in emacs compilation > mode: > > DPDK_CHECKPATCH_PATH=/path/to/linux/scripts/checkpatch.pl \ > DPDK_CHECKPATCH_OPTIONS='--emacs --showfile --no-color' \ > /path/to/dpdk.org/devtools/checkpatches.sh > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com>
Except the usage example being with emacs, Acked-by: Thomas Monjalon <tho...@monjalon.net>