Joe Stringer <[email protected]> writes: > The coding style states that BSD-style brace placement should be used, > and even single statements should be enclosed. Add checks to checkpatch > for this, particularly for 'else' statements. > > Signed-off-by: Joe Stringer <[email protected]> > ---
Acked-by: Aaron Conole <[email protected]> Interestingly - if I do: $ find lib/ -name \*.c -exec ./utilities/checkpatch.py -f {} \; | \ grep bracing | wc -l before this patch: 92 instances of 'Inappropriate bracing' after this patch: 102 instances of 'Inappropriate bracing' -Aaron _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
