devtools: enable codespell in checkpatch
authorMichael Santana <msantana@redhat.com>
Mon, 4 Mar 2019 19:07:15 +0000 (14:07 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 4 Mar 2019 21:46:03 +0000 (22:46 +0100)
commitabdd314151b304eeab08528555e884544151a2e4
tree99f0eeb07121a139ed3b070f0f66581b6e87c055
parent902f389f9b4cad1feba320e8b779432eeb76cada
devtools: enable codespell in checkpatch

Enable codespell by default.
codespell is a feature by checkpatch.pl that
checks for common spelling mistakes in patches.

This feature is disabled by default. To enable it one must add
the '--codespell' flag to the $options variable in
checkpatches.sh. With this change codespell is enabled by default.
The user can decide to turn off codespell from a one of the config
files read by checkpatches.sh.

Signed-off-by: Michael Santana <msantana@redhat.com>
Reviewed-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
devtools/checkpatches.sh