WARNING: line length of 94 exceeds 80 columns #43: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rss.c:555: +int mlx5e_rss_get_rxfh(struct mlx5e_rss *rss, u32 *indir, u8 *key, u8 *hfunc, bool *symmetric) WARNING: line length of 95 exceeds 80 columns #84: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/rss.h:47: +int mlx5e_rss_get_rxfh(struct mlx5e_rss *rss, u32 *indir, u8 *key, u8 *hfunc, bool *symmetric); WARNING: line length of 90 exceeds 80 columns #186: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1466: + rxfh->indir, rxfh->key, &rxfh->hfunc, &symmetric); WARNING: line length of 88 exceeds 80 columns #211: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1516: + hfunc == ETH_RSS_HASH_NO_CHANGE ? NULL : &hfunc, WARNING: line length of 100 exceeds 80 columns #212: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c:1517: + rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); total: 0 errors, 5 warnings, 0 checks, 156 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 6850bb1125e0 ("net/mlx5e: Symmetric OR-XOR RSS hash control") 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, 5 warnings, 0 checks, 156 lines checked