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' #63: FILE: io_uring/poll.c:700: +int io_arm_poll_handler(struct io_kiocb *req, unsigned issue_flags) WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #99: FILE: io_uring/poll.h:44: +int io_arm_apoll(struct io_kiocb *req, unsigned issue_flags, __poll_t mask); total: 0 errors, 3 warnings, 0 checks, 73 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 33ee3848cb14 ("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, 3 warnings, 0 checks, 73 lines checked