mbox series

[v2,0/2] Minor changes to checkpatches

Message ID 20190214193547.30783-1-msantana@redhat.com (mailing list archive)
Headers
Series Minor changes to checkpatches |

Message

Michael Santana Feb. 14, 2019, 7:35 p.m. UTC
  Fixed a minor bug with variable assignment, as well as added an
option for checkpatches

v1->v2:
  Enable codespell by default. Disable via config file

Michael Santana (2):
  Enable codespell by default. Can be disabled from config file.
  Fix variable assignment.

 devtools/checkpatches.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
  

Comments

Bruce Richardson Feb. 15, 2019, 2:02 p.m. UTC | #1
On Thu, Feb 14, 2019 at 02:35:45PM -0500, Michael Santana wrote:
> Fixed a minor bug with variable assignment, as well as added an
> option for checkpatches
> 
> v1->v2:
>   Enable codespell by default. Disable via config file
> 
> Michael Santana (2):
>   Enable codespell by default. Can be disabled from config file.
>   Fix variable assignment.
> 
>  devtools/checkpatches.sh | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
Series-Acked-by: Bruce Richardson <bruce.richardson@intel.com>