WARNING: line length of 87 exceeds 80 columns #29: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.c:74: +int mlx5e_rx_res_rss_init(struct mlx5e_rx_res *res, u32 rss_idx, unsigned int init_nch) WARNING: line length of 88 exceeds 80 columns #63: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.h:64: +int mlx5e_rx_res_rss_init(struct mlx5e_rx_res *res, u32 rss_idx, unsigned int init_nch); WARNING: line length of 88 exceeds 80 columns #131: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1539: + hfunc == ETH_RSS_HASH_NO_CHANGE ? NULL : &hfunc, WARNING: line length of 100 exceeds 80 columns #132: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1540: + rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); WARNING: line length of 88 exceeds 80 columns #198: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1605: + hfunc == ETH_RSS_HASH_NO_CHANGE ? NULL : &hfunc, WARNING: line length of 100 exceeds 80 columns #199: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1606: + rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); total: 0 errors, 6 warnings, 0 checks, 205 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 e0ce79b74474 ("eth: mlx5: migrate to the *_rxfh_context ops") 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, 0 checks, 205 lines checked