]> git.proxmox.com Git - mirror_frr.git/commit - tools/checkpatch.pl
tools, doc: update checkpatch for u_int_*
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 19 Mar 2018 16:35:48 +0000 (12:35 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 27 Mar 2018 19:00:23 +0000 (15:00 -0400)
commit28ac5a038101c66e4275a9b1ef6fb37b4f74fb6a
treec845276949388fd97e417c9c09fd795eaa43692d
parent2d6e6d36d7e847b997f29097268dc529bd154d10
tools, doc: update checkpatch for u_int_*

* Checkpatch.pl now checks for nonstandard integral types
* Add shell script to replace all nonstandard types with their standard
  counterparts in C source files
* Document usage of types, mention conversion script

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/workflow.rst
tools/checkpatch.pl
tools/convert-fixedwidth.sh [new file with mode: 0755]