]> git.puffer.fish Git - matthieu/frr.git/commit
tools: fix that filters issues on resulting file only
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 23 Feb 2018 15:16:30 +0000 (16:16 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 23 Feb 2018 15:16:30 +0000 (16:16 +0100)
commit513e922309f4f83db5094354f6ffbc6cdd984d47
tree7ec2a9f49defb38d1011a47acbe2fc0196f01514
parentddbb463d4f9525170ab3993f48afdaa35994ab49
tools: fix that filters issues on resulting file only

Because checkpatch result is applied to original and new file, the
analysis also parses what may be wrong with the original file.
Whereas the script should limit to analyse only what is wrong on new
file.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tools/checkpatch.sh