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::
623 Comparison style
660 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
692 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
700 ("checkpatch/coding-style: deprecate 80-column warning") increased the
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…
718 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
882 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
890 invocation style should be consistent with function calls.
931 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#naming
1074 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1105 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1111 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1118 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1130 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1133 Whitespace style used in the kernel sources is described in kernel docs.
1135 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1142 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1182 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#placing-braces-and-spaces
1198 So, CVS style keywords ($Id$, $Revision$, $Log$) should not be