checkpatch: remove rule on non-indented labels
commite589728b6fffaa74f8d535dab5ad65700dc606bb
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Oct 2011 13:59:01 +0000 (7 15:59 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Nov 2011 21:52:05 +0000 (1 16:52 -0500)
tree3fda87d7dd9a793fec66d6dc7edab05bbff42d42
parentfa39a30fe4b92adb77178f388947da922d41648d
checkpatch: remove rule on non-indented labels

There are 508 non-indented (non-default) labels, and 511 that are
indented.  So the rule is debatable at least.  Actually, in the
common case of labels at the outermost scope, there is really just
one place where to put the label, so the rule is just wrong IMHO.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
scripts/checkpatch.pl