]> git.proxmox.com Git - mirror_frr.git/commit - tools/checkpatch.sh
tools: enable stylechecker to handle new files
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 23 Jan 2018 19:35:46 +0000 (14:35 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 23 Jan 2018 22:06:06 +0000 (17:06 -0500)
commitf5fd113cbf10269b8792cacb432ccf5e35ad900c
treeb190fb0527d391aa75638fa007575d7ad82ac83f
parenta162e6a5998dd0325a9175a6de3252cde34b39d7
tools: enable stylechecker to handle new files

Since the tool is entirely diff based, it was having some issues diffing
things that didn't exist.

Also made it a bit smarter about ignoring kernel-specific style nits we
don't really care about.

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