11. Name an element of good coding style for the kernel:
----------------------------------
11:Indentation = 8 units
 8:descriptive_function_names
 5:Use of goto for error handling
 5:C-style comments
 5:Use tabs for indentation
