CHECK: Alignment should match open parenthesis #34: FILE: include/trace/events/tcp.h:263: +TRACE_EVENT(tcp_sendmsg_locked, + TP_PROTO(const struct sock *sk, const struct msghdr *msg, CHECK: Lines should not end with a '(' #39: FILE: include/trace/events/tcp.h:268: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #46: FILE: include/trace/events/tcp.h:275: + TP_fast_assign( CHECK: Alignment should match open parenthesis #54: FILE: include/trace/events/tcp.h:283: + TP_printk("skb_addr %p skb_len %d msg_left %d size_goal %d", + __entry->skb_addr, __entry->skb_len, __entry->msg_left, total: 0 errors, 0 warnings, 4 checks, 38 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 ef7851452552 ("trace: tcp: Add tracepoint for tcp_sendmsg_locked()") 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, 4 checks, 38 lines checked