Fix: buffer overflow warning in python bindings
[lttng-tools.git] / extras / .checkpatch.conf
1 # Not a kernel tree
2 --no-tree
3
4 # Ignore braces {} are not necessary for single statement blocks warning.
5 # We enforce usage of {} even on single statement blocks.
6 # See CodingStyles for more information.
7 --ignore BRACES_SINGLE_STMT
This page took 0.028997 seconds and 4 git commands to generate.