CHECK: Alignment should match open parenthesis #37: FILE: include/trace/events/tcp.h:423: +DECLARE_EVENT_CLASS(tcp_hash_event, + CHECK: Lines should not end with a '(' #42: FILE: include/trace/events/tcp.h:428: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #64: FILE: include/trace/events/tcp.h:450: + TP_fast_assign( CHECK: Alignment should match open parenthesis #103: FILE: include/trace/events/tcp.h:489: +DEFINE_EVENT(tcp_hash_event, tcp_hash_bad_header, + CHECK: Alignment should match open parenthesis #109: FILE: include/trace/events/tcp.h:495: +DEFINE_EVENT(tcp_hash_event, tcp_hash_md5_required, + CHECK: Alignment should match open parenthesis #115: FILE: include/trace/events/tcp.h:501: +DEFINE_EVENT(tcp_hash_event, tcp_hash_md5_unexpected, + CHECK: Alignment should match open parenthesis #121: FILE: include/trace/events/tcp.h:507: +DEFINE_EVENT(tcp_hash_event, tcp_hash_md5_mismatch, + CHECK: Alignment should match open parenthesis #127: FILE: include/trace/events/tcp.h:513: +DEFINE_EVENT(tcp_hash_event, tcp_hash_ao_required, + CHECK: Alignment should match open parenthesis #133: FILE: include/trace/events/tcp.h:519: +DECLARE_EVENT_CLASS(tcp_ao_event, + CHECK: Lines should not end with a '(' #139: FILE: include/trace/events/tcp.h:525: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #165: FILE: include/trace/events/tcp.h:551: + TP_fast_assign( CHECK: Alignment should match open parenthesis #209: FILE: include/trace/events/tcp.h:595: +DEFINE_EVENT(tcp_ao_event, tcp_ao_handshake_failure, + TP_PROTO(const struct sock *sk, const struct sk_buff *skb, CHECK: Alignment should match open parenthesis #215: FILE: include/trace/events/tcp.h:601: +DEFINE_EVENT(tcp_ao_event, tcp_ao_wrong_maclen, + TP_PROTO(const struct sock *sk, const struct sk_buff *skb, CHECK: Alignment should match open parenthesis #221: FILE: include/trace/events/tcp.h:607: +DEFINE_EVENT(tcp_ao_event, tcp_ao_mismatch, + TP_PROTO(const struct sock *sk, const struct sk_buff *skb, CHECK: Alignment should match open parenthesis #227: FILE: include/trace/events/tcp.h:613: +DEFINE_EVENT(tcp_ao_event, tcp_ao_key_not_found, + TP_PROTO(const struct sock *sk, const struct sk_buff *skb, CHECK: Alignment should match open parenthesis #233: FILE: include/trace/events/tcp.h:619: +DEFINE_EVENT(tcp_ao_event, tcp_ao_rnext_request, + TP_PROTO(const struct sock *sk, const struct sk_buff *skb, CHECK: Alignment should match open parenthesis #239: FILE: include/trace/events/tcp.h:625: +DECLARE_EVENT_CLASS(tcp_ao_event_sk, + CHECK: Lines should not end with a '(' #244: FILE: include/trace/events/tcp.h:630: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #261: FILE: include/trace/events/tcp.h:647: + TP_fast_assign( CHECK: Alignment should match open parenthesis #290: FILE: include/trace/events/tcp.h:676: +DEFINE_EVENT(tcp_ao_event_sk, tcp_ao_synack_no_key, + TP_PROTO(const struct sock *sk, const __u8 keyid, const __u8 rnext), CHECK: Alignment should match open parenthesis #295: FILE: include/trace/events/tcp.h:681: +DECLARE_EVENT_CLASS(tcp_ao_event_sne, + CHECK: Lines should not end with a '(' #300: FILE: include/trace/events/tcp.h:686: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #316: FILE: include/trace/events/tcp.h:702: + TP_fast_assign( CHECK: Alignment should match open parenthesis #344: FILE: include/trace/events/tcp.h:730: +DEFINE_EVENT(tcp_ao_event_sne, tcp_ao_snd_sne_update, + TP_PROTO(const struct sock *sk, __u32 new_sne), CHECK: Alignment should match open parenthesis #349: FILE: include/trace/events/tcp.h:735: +DEFINE_EVENT(tcp_ao_event_sne, tcp_ao_rcv_sne_update, + TP_PROTO(const struct sock *sk, __u32 new_sne), WARNING: line length of 86 exceeds 80 columns #396: FILE: net/ipv4/tcp.c:4527: + trace_tcp_ao_handshake_failure(sk, skb, keyid, rnext, maclen); total: 0 errors, 1 warnings, 25 checks, 463 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 e343d71726f4 ("net/tcp: Add tcp-md5 and tcp-ao tracepoints") 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, 1 warnings, 25 checks, 463 lines checked