WARNING: line length of 87 exceeds 80 columns #72: 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 #146: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rx_res.h:65: +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 #235: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1533: + hfunc == ETH_RSS_HASH_NO_CHANGE ? NULL : &hfunc, WARNING: line length of 100 exceeds 80 columns #236: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1534: + rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); WARNING: line length of 88 exceeds 80 columns #266: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1564: + hfunc == ETH_RSS_HASH_NO_CHANGE ? NULL : &hfunc, WARNING: line length of 100 exceeds 80 columns #267: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1565: + rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); total: 0 errors, 6 warnings, 0 checks, 288 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 0b148ed861f8 ("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, 288 lines checked