Commit | Line | Data |
---|---|---|
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 |