Clean-up: kernel-consumer: fix -Wshadow issues in lttng_kconsumer_recv_cmd
[lttng-tools.git] / extras / .checkpatch.conf
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
de800f52
CB
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.03431 seconds and 4 git commands to generate.