CHECK: Alignment should match open parenthesis #48: FILE: include/trace/events/mctp.h:77: +TRACE_EVENT(mctp_reply, + TP_PROTO(const u8 *rx_buffer, const size_t recvlen), CHECK: Lines should not end with a '(' #50: FILE: include/trace/events/mctp.h:79: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #53: FILE: include/trace/events/mctp.h:82: + TP_fast_assign( CHECK: No space is necessary after a cast #54: FILE: include/trace/events/mctp.h:83: + __entry->len = (__u16) recvlen; CHECK: Alignment should match open parenthesis #58: FILE: include/trace/events/mctp.h:87: + TP_printk("l=%u [%*phD]", + __entry->len, total: 0 errors, 0 warnings, 5 checks, 37 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 bd2432c21433 ("mctp i2c: Add rx trace") 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, 0 warnings, 5 checks, 37 lines checked