]> git.proxmox.com Git - mirror_frr.git/commit
tools: update checkpatch to allow indented labels
authorRenato Westphal <renato@opensourcerouting.org>
Sat, 20 Oct 2018 14:37:39 +0000 (11:37 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 27 Oct 2018 18:16:12 +0000 (16:16 -0200)
commit12d35cedf5253f72f1f0aa32ffc2cf68a250a41d
treedc421f15cf5413bcbfe5b202a2e34a2ea8ca2f42
parent90fe75b275d038bca910ac48bcd7a80e7a6d2f42
tools: update checkpatch to allow indented labels

clang-format always indent labels by default and that can't be changed
with any configuration option. Also, indented labels tend to improve
code readability, especially in long functions.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
tools/checkpatch.pl