WARNING: line length of 82 exceeds 80 columns #63: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:516: + rq_stats->pp_recycle_cached = u64_stats_read(&stats.recycle_stats.cached); WARNING: line length of 90 exceeds 80 columns #64: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:517: + rq_stats->pp_recycle_cache_full = u64_stats_read(&stats.recycle_stats.cache_full); WARNING: line length of 88 exceeds 80 columns #66: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:519: + rq_stats->pp_recycle_ring_full = u64_stats_read(&stats.recycle_stats.ring_full); WARNING: line length of 97 exceeds 80 columns #67: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:520: + rq_stats->pp_recycle_released_ref = u64_stats_read(&stats.recycle_stats.released_refcnt); WARNING: Argument '_member' is not used in function-like macro #79: FILE: include/linux/u64_stats_sync.h:97: +#define U64_STATS_ZERO(_member, _name) {} WARNING: Argument '_name' is not used in function-like macro #79: FILE: include/linux/u64_stats_sync.h:97: +#define U64_STATS_ZERO(_member, _name) {} WARNING: line length of 89 exceeds 80 columns #152: FILE: net/core/page_pool.c:51: + struct page_pool_recycle_stats *s = this_cpu_ptr(pool->recycle_stats); \ WARNING: line length of 89 exceeds 80 columns #153: FILE: net/core/page_pool.c:52: + u64_stats_update_begin(&s->syncp); \ WARNING: line length of 89 exceeds 80 columns #154: FILE: net/core/page_pool.c:53: + u64_stats_inc(&s->__stat); \ WARNING: line length of 89 exceeds 80 columns #155: FILE: net/core/page_pool.c:54: + u64_stats_update_end(&s->syncp); \ WARNING: line length of 89 exceeds 80 columns #162: FILE: net/core/page_pool.c:59: + struct page_pool_recycle_stats *s = this_cpu_ptr(pool->recycle_stats); \ WARNING: line length of 89 exceeds 80 columns #163: FILE: net/core/page_pool.c:60: + u64_stats_update_begin(&s->syncp); \ WARNING: line length of 89 exceeds 80 columns #164: FILE: net/core/page_pool.c:61: + u64_stats_add(&s->__stat, val); \ WARNING: line length of 89 exceeds 80 columns #165: FILE: net/core/page_pool.c:62: + u64_stats_update_end(&s->syncp); \ WARNING: line length of 86 exceeds 80 columns #230: FILE: net/core/page_pool.c:274: + u64_stats_init(&per_cpu_ptr(pool->recycle_stats, cpu)->syncp); total: 0 errors, 15 warnings, 0 checks, 195 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 5f01a18b15ce ("page_pool: Convert page_pool_recycle_stats to u64_stats_t.") 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, 15 warnings, 0 checks, 195 lines checked