Lines Matching full:comments
92 Outside of comments, documentation and except in Kconfig, spaces are never
195 comments on.
601 Comments are good, but there is also a danger of over-commenting. NEVER
606 Generally, you want your comments to tell WHAT your code does, not HOW.
607 Also, try to avoid putting comments inside a function body: if the
610 small comments to note or warn about something particularly clever (or
611 ugly), but try to avoid excess. Instead, put the comments at the head
619 The preferred style for long (multi-line) comments is:
625 * comments in the Linux kernel source code.
633 comments is a little different.
685 (c . c-lineup-C-comments)