WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #26: FILE: include/net/page_pool/memory_provider.h:25: +int net_mp_open_rxq(struct net_device *dev, unsigned ifq_idx, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #28: FILE: include/net/page_pool/memory_provider.h:27: +void net_mp_close_rxq(struct net_device *dev, unsigned ifq_idx, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #51: FILE: net/core/netdev_rx_queue.c:85: +static int __net_mp_open_rxq(struct net_device *dev, unsigned ifq_idx, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #74: FILE: net/core/netdev_rx_queue.c:108: +int net_mp_open_rxq(struct net_device *dev, unsigned ifq_idx, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #85: FILE: net/core/netdev_rx_queue.c:119: +static void __net_mp_close_rxq(struct net_device *dev, unsigned ifq_idx, CHECK: Alignment should match open parenthesis #86: FILE: net/core/netdev_rx_queue.c:120: +static void __net_mp_close_rxq(struct net_device *dev, unsigned ifq_idx, + struct pp_memory_provider_params *old_p) WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #104: FILE: net/core/netdev_rx_queue.c:138: +void net_mp_close_rxq(struct net_device *dev, unsigned ifq_idx, total: 0 errors, 6 warnings, 1 checks, 82 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 4eb98afce140 ("net: add helpers for setting a memory provider on an rx queue") 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, 6 warnings, 1 checks, 82 lines checked