]> git.proxmox.com Git - ovs.git/commit
checkpatch: Allow checking more than one file.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 14 Jul 2017 10:57:23 +0000 (13:57 +0300)
committerRussell Bryant <russell@ovn.org>
Wed, 26 Jul 2017 20:42:11 +0000 (16:42 -0400)
commitb90cfa86a2f6749be46cd7920d3e8f72b972c1ce
treebdaf822d85583cf1af75849aca52c89f2bb12bbb
parent81c2316f71784ee604805ddac52921e5b5d8461f
checkpatch: Allow checking more than one file.

Currently to check more than one patch or file it's required
to invoke script for each file separately.
Fix that by iterating over all the passed filenames.

Note: If '-f' option passed, all the files treated as usual files.
      Without '-f' all the files treated as patch files.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
utilities/checkpatch.py