CHECK: Alignment should match open parenthesis #56: FILE: include/trace/events/page_pool.h:117: +TRACE_EVENT(page_pool_release_stalled, + CHECK: Lines should not end with a '(' #61: FILE: include/trace/events/page_pool.h:122: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #67: FILE: include/trace/events/page_pool.h:128: + TP_fast_assign( WARNING: line length of 89 exceeds 80 columns #74: FILE: include/trace/events/page_pool.h:135: + __entry->pool, __entry->pool->user.id, __entry->inflight, __entry->sec) WARNING: line length of 90 exceeds 80 columns #90: FILE: net/core/page_pool.c:1221: + if (sec >= DEFER_WARN_INTERVAL / HZ && sec < DEFER_WARN_INTERVAL * 2 / HZ) total: 0 errors, 2 warnings, 3 checks, 40 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 5c83badcc39a ("page_pool: Add page_pool_release_stalled tracepoint") 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. total: 0 errors, 2 warnings, 3 checks, 40 lines checked