]> git.puffer.fish Git - matthieu/frr.git/commit
tools: improve checkpatch slicing
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 2 Aug 2018 18:34:37 +0000 (18:34 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 3 Aug 2018 17:25:14 +0000 (17:25 +0000)
commit540b2efdf7c17d262e67013234690fbddd74fdc6
tree0c8d49419ce603366af09d5464d06c92c01d672f
parent25f5f0398766e756fccb562dda7b0d55b86fe7ea
tools: improve checkpatch slicing

checkpatch cuts from the diff between the outputs of pre-patch and
post-patch runs of `checkpatch.pl`, but fixed-length greps sometimes
don't cut correctly.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tools/checkpatch.sh