Lines Matching full:preferred
311 Using any of these outside of include/uapi/ is not preferred as using the
333 not preferred outside of include/uapi.
461 lockdep_assert_held() annotations should be preferred over
470 usleep_range() should be preferred over udelay(). The proper way of
480 The comment style is incorrect. The preferred style for multi-
484 * This is the preferred style
491 /* This is the preferred comment style
730 The ARRAY_SIZE(foo) macro should be preferred over
826 "struct". The preferred location is before the "=" sign if there is
970 The preferred way is to put the opening brace last on the line,
1034 the preferred use of * is adjacent to the data name or function name