WARNING: line length of 89 exceeds 80 columns #52: FILE: include/uapi/linux/io_uring/query.h:71: + /* Required alignment for the stats struct within the region (ie stats_offset) */ WARNING: line length of 93 exceeds 80 columns #85: FILE: include/uapi/linux/io_uring/zcrx.h:90: + __u64 stats_offset; /* offset from the beginning of refill ring region for stats */ WARNING: line length of 85 exceeds 80 columns #112: FILE: io_uring/query.c:54: + e->notif_stats_off_alignment = __alignof__(struct io_uring_zcrx_notif_stats); WARNING: line length of 82 exceeds 80 columns #155: FILE: io_uring/zcrx.c:855: + if (!IS_ALIGNED(stats_off, __alignof__(struct io_uring_zcrx_notif_stats))) total: 0 errors, 4 warnings, 0 checks, 174 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 c8070f5cf8f4 ("io_uring/zcrx: add shared-memory notification statistics") 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, 4 warnings, 0 checks, 174 lines checked