ERROR: space prohibited after that open parenthesis '(' #38: FILE: include/trace/events/net.h:38: + __field( u64, net_cookie ) ERROR: space prohibited before that close parenthesis ')' #38: FILE: include/trace/events/net.h:38: + __field( u64, net_cookie ) ERROR: space prohibited after that open parenthesis '(' #67: FILE: include/trace/events/net.h:89: + __field( u64, net_cookie ) ERROR: space prohibited before that close parenthesis ')' #67: FILE: include/trace/events/net.h:89: + __field( u64, net_cookie ) CHECK: Alignment should match open parenthesis #81: FILE: include/trace/events/net.h:101: + TP_printk("dev=%s skbaddr=%p len=%u rc=%d net_cookie=%llu", + __get_str(name), __entry->skbaddr, ERROR: space prohibited after that open parenthesis '(' #91: FILE: include/trace/events/net.h:117: + __field( u64, net_cookie ) ERROR: space prohibited before that close parenthesis ')' #91: FILE: include/trace/events/net.h:117: + __field( u64, net_cookie ) CHECK: Alignment should match open parenthesis #104: FILE: include/trace/events/net.h:128: + TP_printk("dev=%s driver=%s queue=%d net_cookie=%llu", + __get_str(name), __get_str(driver), ERROR: space prohibited after that open parenthesis '(' #113: FILE: include/trace/events/net.h:142: + __field( u64, net_cookie ) ERROR: space prohibited before that close parenthesis ')' #113: FILE: include/trace/events/net.h:142: + __field( u64, net_cookie ) CHECK: Alignment should match open parenthesis #126: FILE: include/trace/events/net.h:153: + TP_printk("dev=%s skbaddr=%p len=%u net_cookie=%llu", + __get_str(name), __entry->skbaddr, ERROR: space prohibited after that open parenthesis '(' #136: FILE: include/trace/events/net.h:205: + __field( u64, net_cookie ) ERROR: space prohibited before that close parenthesis ')' #136: FILE: include/trace/events/net.h:205: + __field( u64, net_cookie ) total: 10 errors, 0 warnings, 3 checks, 120 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 a8a6b5e0f3b7 ("net: add net cookie for net device trace events") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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.