CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary after an open brace '{' CHECK: Lines should not end with a '(' CHECK: Logical continuations should be on the previous line CHECK: Unbalanced braces around else statement ERROR: else should follow close brace '}' ERROR: open brace '{' following function definitions go on the next line ERROR: space prohibited after that '&' (ctx:WxW) ERROR: space prohibited after that open parenthesis '(' ERROR: space required after that ';' (ctx:WxV) 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:VxW) ERROR: spaces required around that '=' (ctx:WxV) ERROR: switch and case should be at the same indent ERROR: that open brace { should be on the previous line WARNING: Argument '_id' is not used in function-like macro WARNING: Argument '_name' is not used in function-like macro WARNING: Argument '_ops' is not used in function-like macro WARNING: Argument 'kern_ctx_type' is not used in function-like macro WARNING: Argument 'prog_ctx_type' is not used in function-like macro WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP WARNING: Missing a blank line after declarations WARNING: Prefer strscpy, strscpy_pad, or __nonstring over strncpy - see: https://github.com/KSPP/linux/issues/90 WARNING: braces {} are not necessary for single statement blocks WARNING: line length of 102 exceeds 80 columns WARNING: line length of 105 exceeds 80 columns WARNING: line length of 81 exceeds 80 columns WARNING: line length of 84 exceeds 80 columns WARNING: line length of 87 exceeds 80 columns WARNING: line length of 88 exceeds 80 columns WARNING: line length of 96 exceeds 80 columns WARNING: line length of 98 exceeds 80 columns WARNING: line length of 99 exceeds 80 columns WARNING: missing space after struct definition WARNING: please, no spaces at the start of a line WARNING: space prohibited before semicolon WARNING: suspect code indent for conditional statements (8, 24)