CHECK: Alignment should match open parenthesis CHECK: Comparison to NULL could be written "!addr" CHECK: Comparison to NULL could be written "!opts" CHECK: Comparison to NULL could be written "!p" CHECK: Please use a blank line after function/struct/union/enum declarations CHECK: Unnecessary parentheses around t->line CHECK: extern prototypes should be avoided in .h files ERROR: do not initialise statics to 0 WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Prefer ____printf__(3, 4) over __attribute__((__format__(__printf__, 3, 4))) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? WARNING: line length of 109 exceeds 80 columns WARNING: line length of 118 exceeds 80 columns WARNING: line length of 120 exceeds 80 columns WARNING: line length of 126 exceeds 80 columns WARNING: line length of 154 exceeds 80 columns WARNING: line length of 81 exceeds 80 columns WARNING: line length of 82 exceeds 80 columns WARNING: line length of 83 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 87 exceeds 80 columns WARNING: static char array declaration should probably be static const char