Lines Matching refs:style
8 style violations in patches and optionally corrects them. Checkpatch can
242 Allocation style
253 The allocation style is bad. In general for family of
263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
480 The comment style is incorrect. The preferred style for multi-
484 * This is the preferred style
488 The networking comment style is a bit different, with the first line
491 /* This is the preferred comment style
495 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
498 C99 style single line comments (//) should not be used.
499 Prefer the block comment style instead.
501 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
535 For adding version info, the following comment style should be used::
616 Comparison style
653 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
685 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
693 ("checkpatch/coding-style: deprecate 80-column warning") increased the
697 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
704 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
711 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
875 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
883 invocation style should be consistent with function calls.
924 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#naming
1067 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1098 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1104 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1111 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1123 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1126 Whitespace style used in the kernel sources is described in kernel docs.
1128 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1135 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1175 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1191 So, CVS style keywords ($Id$, $Revision$, $Log$) should not be