[dpdk-dev] [PATCH] devtools: pass custom options to checkpatch
Bruce Richardson
bruce.richardson at intel.com
Thu May 23 15:18:50 CEST 2019
On Thu, May 23, 2019 at 01:50:41PM +0200, Thomas Monjalon wrote:
> 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>
>
Yes, it should be for Windows Notepad instead. :-)
More information about the dev
mailing list