File: CodingStyle.md

package info (click to toggle)
liburcu 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,332 kB
  • sloc: ansic: 23,272; xml: 23,227; sh: 6,480; makefile: 1,041; cpp: 15
file content (16 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

SPDX-License-Identifier: CC-BY-4.0
-->

# Userspace RCU Coding Style

The coding style used for this project follows the Linux kernel
guide lines. Please refer to:

- Linux kernel Documentation/CodingStyle document for details,
- Linux kernel scripts/checkpatch.pl for a script which verify the patch
  coding style.

Mathieu Desnoyers, May 30, 2012