CHECK: Alignment should match open parenthesis CHECK: Macro argument 'x' may be better as '(x)' to avoid precedence issues CHECK: Please don't use multiple blank lines CHECK: spaces preferred around that '*' (ctx:VxV) CHECK: spaces preferred around that '/' (ctx:VxV) CHECK: spaces preferred around that '|' (ctx:VxW) CHECK: spaces required around that ':' (ctx:VxV) CHECK: spaces required around that '?' (ctx:VxV) ERROR: Bad function definition - int record_send() should probably be int record_send(void) ERROR: Bad function definition - uint64_t get_current_time() should probably be uint64_t get_current_time(void) ERROR: Bad function definition - void clean_buckets() should probably be void clean_buckets(void) ERROR: Bad function definition - void do_client() should probably be void do_client(void) ERROR: Bad function definition - void do_client_send_period() should probably be void do_client_send_period(void) ERROR: Bad function definition - void do_server() should probably be void do_server(void) ERROR: Bad function definition - void record_recv() should probably be void record_recv(void) ERROR: Bad function definition - void setup_rx_polling() should probably be void setup_rx_polling(void) ERROR: Bad function definition - void show_rate() should probably be void show_rate(void) ERROR: code indent should use tabs where possible ERROR: do not initialise globals to 0 ERROR: do not initialise statics to 0 ERROR: do not initialise statics to false ERROR: do not set execute permissions for source files ERROR: open brace '{' following function definitions go on the next line ERROR: space required before the open parenthesis '(' ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxV) WARNING: 'oustanding' may be misspelled - perhaps 'outstanding'? WARNING: Missing a blank line after declarations WARNING: __constant_htons should be htons WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? WARNING: line length of 81 exceeds 80 columns WARNING: line length of 82 exceeds 80 columns WARNING: line length of 84 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 90 exceeds 80 columns WARNING: line length of 96 exceeds 80 columns WARNING: please, no spaces at the start of a line WARNING: return of an errno should typically be negative (ie: return -EAGAIN) WARNING: unnecessary whitespace before a quoted newline