WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #65: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #167: FILE: include/asm-generic/fprobe.h:41: +#define arch_decode_fprobe_header_fp(val) \ WARNING: line length of 81 exceeds 80 columns #168: FILE: include/asm-generic/fprobe.h:42: + ((struct fprobe *)(((unsigned long)(val) & FPROBE_HEADER_MSB_MASK) | \ WARNING: line length of 83 exceeds 80 columns #196: FILE: kernel/trace/fprobe.c:154: + struct fprobe *fp, unsigned int size_words) CHECK: Alignment should match open parenthesis #196: FILE: kernel/trace/fprobe.c:154: +static inline bool write_fprobe_header(unsigned long *stack, + struct fprobe *fp, unsigned int size_words) WARNING: line length of 85 exceeds 80 columns #207: FILE: kernel/trace/fprobe.c:165: + struct fprobe **fp, unsigned int *size_words) CHECK: Alignment should match open parenthesis #207: FILE: kernel/trace/fprobe.c:165: +static inline void read_fprobe_header(unsigned long *stack, + struct fprobe **fp, unsigned int *size_words) total: 0 errors, 5 warnings, 2 checks, 135 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit c4da601a551f ("fprobe: Add fprobe_header encoding feature") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 5 warnings, 2 checks, 135 lines checked