Commit | Line | Data |
---|---|---|
3e056c21 MD |
1 | Userspace RCU Coding Style |
2 | ||
ffa11a18 | 3 | The coding style used for this project follows the Linux kernel |
3e056c21 MD |
4 | guide lines. Please refer to: |
5 | ||
6 | - Linux kernel Documentation/CodingStyle document for details, | |
7 | - Linux kernel scripts/checkpatch.pl for a script which verify the patch | |
8 | coding style. | |
9 | ||
10 | Mathieu Desnoyers, May 30, 2012 |