WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #28: FILE: io_uring/poll.c:672: +int io_arm_apoll(struct io_kiocb *req, unsigned issue_flags, __poll_t mask) WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #62: FILE: io_uring/poll.c:699: +int io_arm_poll_handler(struct io_kiocb *req, unsigned issue_flags) WARNING: suspect code indent for conditional statements (16, 16) #76: FILE: io_uring/poll.c:713: + if (req->flags & REQ_F_CLEAR_POLLIN) + mask &= ~EPOLLIN; WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #98: FILE: io_uring/poll.h:44: +int io_arm_apoll(struct io_kiocb *req, unsigned issue_flags, __poll_t mask); total: 0 errors, 4 warnings, 0 checks, 72 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 6aabf4b307f8 ("io_uring/poll: introduce io_arm_apoll()") 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, 4 warnings, 0 checks, 72 lines checked