Search notes:

Linux kernel sources: Coding style

ifdef

#ifdef should be used only in

TODO

clang-format can apparently be used to make code adhere to the coding styles.

Links

Documentation/process/4.Coding.rst
https://github.com/torvalds/linux/blob/master/Documentation/process/coding-style.rst

Index