[dpdk-dev] [PATCH] devtools: pass custom options to checkpatch
Thomas Monjalon
thomas at monjalon.net
Thu May 23 13:50:41 CEST 2019
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.matz at 6wind.com>
Except the usage example being with emacs,
Acked-by: Thomas Monjalon <thomas at monjalon.net>
More information about the dev
mailing list