On Mon, 5 Oct 2020 at 00:57, Alper Nebi Yasak <alpernebiya...@gmail.com> wrote: > > CONFIG_IS_ENABLED() takes the kconfig name without the CONFIG_ prefix, > e.g. CONFIG_IS_ENABLED(CLK) for CONFIG_CLK. Make including the prefix > an error in checkpatch.pl so calls in the wrong format aren't > accidentally reintroduced. > > Signed-off-by: Alper Nebi Yasak <alpernebiya...@gmail.com> > --- > > Changes in v2: > - Add patman test > > v1: > https://patchwork.ozlabs.org/project/uboot/patch/20200930114612.22319-2-alpernebiya...@gmail.com/ > > scripts/checkpatch.pl | 6 ++++++ > tools/patman/test_checkpatch.py | 6 ++++++ > 2 files changed, 12 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>