Lines Matching full:preferred
6 This is a short document describing the preferred coding style for the
41 The preferred way to ease multiple indentation levels in a switch statement is
87 The preferred limit on the length of a single line is 80 columns.
108 choose one placement strategy over the other, but the preferred way, as
247 preferred use of ``*`` is adjacent to the data name or function name and not
468 Although this is not required by the C language, it is preferred in Linux
568 The preferred style for long (multi-line) comments is:
573 * This is the preferred style for multi-line
581 For files in net/ and drivers/net/ the preferred style for long (multi-line)
586 /* The preferred comment style for files in net/ and drivers/net
589 * It is nearly the same as the generally preferred comment style,
758 Enums are preferred when defining several related constants.
874 The preferred form for passing a size of a struct is the following:
888 The preferred form for allocating an array is the following:
894 The preferred form for allocating a zeroed array is the following: