Commit | Line | Data |
---|---|---|
d001c886 MJ |
1 | <!-- |
2 | SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | |
3 | ||
4 | SPDX-License-Identifier: CC-BY-4.0 | |
5 | --> | |
6 | ||
7 | # Userspace RCU Coding Style | |
3e056c21 | 8 | |
ffa11a18 | 9 | The coding style used for this project follows the Linux kernel |
3e056c21 MD |
10 | guide lines. Please refer to: |
11 | ||
12 | - Linux kernel Documentation/CodingStyle document for details, | |
13 | - Linux kernel scripts/checkpatch.pl for a script which verify the patch | |
14 | coding style. | |
15 | ||
16 | Mathieu Desnoyers, May 30, 2012 |