Lines Matching refs:style
2 Linux kernel coding style
4 This is a short document describing the preferred coding style for the
5 linux kernel. Coding style is very personal, and I won't _force_ my
65 Don't put multiple assignments on a single line either. Kernel coding style
76 Coding style is all about readability and maintainability using commonly
180 Linux kernel style for use of spaces depends (mostly) on
464 Linux style for comments is the C89 "/* ... */" style.
465 Don't use C99-style "// ..." comments.
467 The preferred style for long (multi-line) comments is:
470 * This is the preferred style for multi-line
478 For files in net/ and drivers/net/ the preferred style for long (multi-line)
481 /* The preferred comment style for files in net/ and drivers/net
484 * It is nearly the same as the generally preferred comment style,
517 ;; Add kernel style
518 (c-add-style
534 (c-set-style "linux-tabs-only")))))
536 This will make emacs go better with the kernel coding style for C
548 "scripts/Lindent", which indents in the latest style.