On Wed, Aug 13, 2025 at 3:25 PM Aaron Conole <[email protected]> wrote: > > From: Eli Oliver <[email protected]> > > Checkpatch is used to do spell checking for C files, currently. However, > python code is also a routine part of the Open vSwitch suite, and it should > also receive spell checking where possible. > > This patch adds an initial implementation of spell checking to checkpatch > that will catch all of the comments starting with '#', and some of the > doc-string lines. Future work would implement a more robust python > parser that will handle doc-string entries. > > Signed-off-by: Eli Oliver <[email protected]> > Co-Authored-by: Aaron Conole <[email protected]> > Signed-off-by: Aaron Conole <[email protected]>
Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
