10. Name an element of good coding style for the kernel:
----------------------------------
17:Indentation
13:8-character tabs
 7:80 column lines
 7:Good Comments
 6:Whitespace correctness
 4:Brace placement
 3:Naming
 2:Run checkpatch.pl
 1:Avoid typedefs
 1:object oriented/function tables
 1:Small functions
 1:readability
 1:C-only/No C++
