sessiond: kernel triggers: add infrastructure to create event notifiers
[lttng-tools.git] / extras / .checkpatch.conf
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 # Not a kernel tree
4 --no-tree
5
6 # Ignore braces {} are not necessary for single statement blocks warning.
7 # We enforce usage of {} even on single statement blocks.
8 # See CodingStyles for more information.
9 --ignore BRACES_SINGLE_STMT
This page took 0.028844 seconds and 4 git commands to generate.