[dpdk-dev] [PATCH] devtools: pass custom options to checkpatch
Ferruh Yigit
ferruh.yigit at intel.com
Fri May 24 16:04:04 CEST 2019
On 5/23/2019 8:45 AM, Olivier Matz wrote:
> 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>
Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
More information about the dev
mailing list