btrfs-progs: tests: Add test case with valid orphan inode
[platform/upstream/btrfs-progs.git] / Documentation / CodingConventions
1 C style
2 -------
3
4 The kernel CodingStyle where applicable
5
6 https://www.kernel.org/doc/html/latest/process/coding-style.html
7
8 Error messages
9 --------------
10
11 * formatting:
12   * use `error("string ...")`
13   * no trailing newline
14   * small letter starts the first word
15   * no string splitting
16   * move string to new line if it's too long, un-indent to the left if it
17     exceeds 80 chars
18 * contents:
19   * be descriptive