]> git.proxmox.com Git - mirror_ovs.git/commit
checkpatch: Check for trailing operators.
authorJoe Stringer <joe@ovn.org>
Wed, 9 Aug 2017 20:37:52 +0000 (13:37 -0700)
committerJoe Stringer <joe@ovn.org>
Wed, 9 Aug 2017 23:56:38 +0000 (16:56 -0700)
commit12f62e9df6d58f45320eb4f4f54f5ab8b0cdd8e2
treed4934c0353def9a67101b2853adaa452ce0a696e
parentbcd93351fc2439924da2faea49e279dcd75df266
checkpatch: Check for trailing operators.

The style guide states that lines should not end with '?' or ':'. Check
for this and report an error.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
utilities/checkpatch.py