diff mbox series

[ovs-dev,-v2] checkpatch: fix typographical error

Message ID 20181105183732.6804-1-bsankara@redhat.com
State Accepted
Headers show
Series [ovs-dev,-v2] checkpatch: fix typographical error | expand

Commit Message

Bala Sankaran Nov. 5, 2018, 6:37 p.m. UTC
A typographical error in a prompt for missing
python enchant library is identified and fixed.

v2:
* Rebasing done to resolve previous conflicts

Signed-off-by: Bala Sankaran <bsankara@redhat.com>
---
 utilities/checkpatch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Nov. 5, 2018, 7:45 p.m. UTC | #1
On Mon, Nov 05, 2018 at 01:37:32PM -0500, Bala Sankaran wrote:
> A typographical error in a prompt for missing
> python enchant library is identified and fixed.
> 
> v2:
> * Rebasing done to resolve previous conflicts
> 
> Signed-off-by: Bala Sankaran <bsankara@redhat.com>

Thanks, applied to master.

In the future please put information about changes from one version to
another after the ---, so it doesn't end up in the change log.

> ---
>  utilities/checkpatch.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
> index 8bbda7898..41676adab 100755
> --- a/utilities/checkpatch.py
> +++ b/utilities/checkpatch.py
> @@ -927,7 +927,7 @@ if __name__ == '__main__':
>              checking_file = True
>          elif o in ("-S", "--spellcheck-comments"):
>              if not open_spell_check_dict():
> -                print("WARNING: The enchant library isn't availble.")
> +                print("WARNING: The enchant library isn't available.")
>                  print("         Please install python enchant.")
>              else:
>                  spellcheck_comments = True
> -- 
> 2.17.2
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Bala Sankaran Nov. 5, 2018, 7:58 p.m. UTC | #2
----- Original Message -----
> From: "Ben Pfaff" <blp@ovn.org>
> To: "Bala Sankaran" <bsankara@redhat.com>
> Cc: ovs-dev@openvswitch.org
> Sent: Monday, November 5, 2018 2:45:09 PM
> Subject: Re: [ovs-dev] [PATCH -v2] checkpatch: fix typographical error
> 
> On Mon, Nov 05, 2018 at 01:37:32PM -0500, Bala Sankaran wrote:
> > A typographical error in a prompt for missing
> > python enchant library is identified and fixed.
> > 
> > v2:
> > * Rebasing done to resolve previous conflicts
> > 
> > Signed-off-by: Bala Sankaran <bsankara@redhat.com>
> 
> Thanks, applied to master.
> 
> In the future please put information about changes from one version to
> another after the ---, so it doesn't end up in the change log.

Sure,

Will keep that in mind.

Thank you.
> 
> > ---
> >  utilities/checkpatch.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
> > index 8bbda7898..41676adab 100755
> > --- a/utilities/checkpatch.py
> > +++ b/utilities/checkpatch.py
> > @@ -927,7 +927,7 @@ if __name__ == '__main__':
> >              checking_file = True
> >          elif o in ("-S", "--spellcheck-comments"):
> >              if not open_spell_check_dict():
> > -                print("WARNING: The enchant library isn't availble.")
> > +                print("WARNING: The enchant library isn't available.")
> >                  print("         Please install python enchant.")
> >              else:
> >                  spellcheck_comments = True
> > --
> > 2.17.2
> > 
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 


-------------------------------------------------
Bala Sankaran
Networking Services Intern
Red Hat Inc .,
diff mbox series

Patch

diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
index 8bbda7898..41676adab 100755
--- a/utilities/checkpatch.py
+++ b/utilities/checkpatch.py
@@ -927,7 +927,7 @@  if __name__ == '__main__':
             checking_file = True
         elif o in ("-S", "--spellcheck-comments"):
             if not open_spell_check_dict():
-                print("WARNING: The enchant library isn't availble.")
+                print("WARNING: The enchant library isn't available.")
                 print("         Please install python enchant.")
             else:
                 spellcheck_comments = True