WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #35: FILE: include/net/busy_poll.h:50: +void napi_execute(unsigned napi_id, void (*cb)(void *), void *cb_arg); WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #43: FILE: include/net/busy_poll.h:70: +static inline void napi_execute(unsigned napi_id, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #60: FILE: net/core/dev.c:6355: + unsigned flags) WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #116: FILE: net/core/dev.c:6518: +void napi_execute(unsigned napi_id, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #119: FILE: net/core/dev.c:6521: + unsigned flags = NAPI_F_PREFER_BUSY_POLL; total: 0 errors, 5 warnings, 0 checks, 118 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 5cde25300331 ("net: add helper executing custom callback from napi") 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, 5 warnings, 0 checks, 118 lines checked