WARNING: line length of 87 exceeds 80 columns #79: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:82: +static void mlx5_fc_pool_init(struct mlx5_fs_pool *fc_pool, struct mlx5_core_dev *dev); WARNING: line length of 82 exceeds 80 columns #81: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:84: +static struct mlx5_fc *mlx5_fc_pool_acquire_counter(struct mlx5_fs_pool *fc_pool); WARNING: line length of 91 exceeds 80 columns #82: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:85: +static void mlx5_fc_pool_release_counter(struct mlx5_fs_pool *fc_pool, struct mlx5_fc *fc); WARNING: line length of 87 exceeds 80 columns #198: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:507: + fc_pool->used_units / MLX5_FC_POOL_USED_BUFF_RATIO); WARNING: line length of 81 exceeds 80 columns #240: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c:539: + fc_bulk = container_of(pool_index.fs_bulk, struct mlx5_fc_bulk, fs_bulk); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #429: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #445: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_pool.c:12: + fs_bulk->bitmask = kvcalloc(BITS_TO_LONGS(bulk_len), sizeof(unsigned long), WARNING: line length of 85 exceeds 80 columns #605: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_pool.c:172: + /* TBD would rather return void if there was no warn here in original code */ WARNING: line length of 82 exceeds 80 columns #656: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_pool.h:23: + int (*bulk_destroy)(struct mlx5_core_dev *dev, struct mlx5_fs_bulk *bulk); total: 0 errors, 9 warnings, 0 checks, 497 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 6d619aad4de4 ("net/mlx5: fs, add mlx5_fs_pool API") 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, 9 warnings, 0 checks, 497 lines checked