CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary after an open brace '{' CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Lines should not end with a '(' CHECK: Please don't use multiple blank lines CHECK: Prefer kernel type 'u32' over 'uint32_t' CHECK: Unnecessary parentheses around 'addr > bpf_func_addr' CHECK: Unnecessary parentheses around 'addr > bpf_subprog_func_addr' ERROR: "(foo*)" should be "(foo *)" ERROR: "foo* bar" should be "foo *bar" ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: open brace '{' following function definitions go on the next line ERROR: space required after that ';' (ctx:VxV) ERROR: space required before the open brace '{' ERROR: space required before the open parenthesis '(' ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxV) ERROR: trailing whitespace WARNING: Block comments should align the * on each line WARNING: Missing a blank line after declarations WARNING: Possible repeated word: 'are' WARNING: Statements should start on a tabstop WARNING: Use #include instead of WARNING: braces {} are not necessary for single statement blocks WARNING: else is not generally useful after a break or return WARNING: labels should not be indented WARNING: line length of 101 exceeds 80 columns WARNING: line length of 102 exceeds 80 columns WARNING: line length of 103 exceeds 80 columns WARNING: line length of 104 exceeds 80 columns WARNING: line length of 115 exceeds 80 columns WARNING: line length of 82 exceeds 80 columns WARNING: line length of 85 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 87 exceeds 80 columns WARNING: line length of 88 exceeds 80 columns WARNING: line length of 89 exceeds 80 columns WARNING: line length of 90 exceeds 80 columns WARNING: line length of 93 exceeds 80 columns WARNING: line length of 94 exceeds 80 columns WARNING: line length of 96 exceeds 80 columns WARNING: line length of 97 exceeds 80 columns WARNING: line length of 98 exceeds 80 columns WARNING: line length of 99 exceeds 80 columns WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line WARNING: space prohibited before semicolon WARNING: suspect code indent for conditional statements (15, 23) WARNING: suspect code indent for conditional statements (15, 24) WARNING: suspect code indent for conditional statements (7, 15) WARNING: void function return statements are not generally useful