File: CodingStyle.md

package info (click to toggle)
lttng-modules 2.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,808 kB
  • sloc: ansic: 74,851; sh: 548; makefile: 62
file content (16 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
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-SA-4.0
-->

# LTTng Modules Kernel Tracer Coding Style

The coding style used for this project follows the 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