CHECK: Alignment should match open parenthesis CHECK: Please don't use multiple blank lines CHECK: Prefer kernel type 's32' over 'int32_t' CHECK: Prefer kernel type 'u64' over 'uint64_t' CHECK: Unbalanced braces around else statement CHECK: braces {} should be used on all arms of this statement CHECK: spaces preferred around that '|' (ctx:VxV) ERROR: code indent should use tabs where possible WARNING: Missing a blank line after declarations WARNING: Prefer "GPL" over "GPL v2" - see commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity") WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Prefer strscpy, strscpy_pad, or __nonstring over strncpy - see: https://github.com/KSPP/linux/issues/90 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 87 exceeds 80 columns WARNING: line length of 92 exceeds 80 columns WARNING: memory barrier without comment WARNING: please, no spaces at the start of a line WARNING: space prohibited between function name and open parenthesis '('