WARNING: line length of 91 exceeds 80 columns #29: FILE: drivers/net/ethernet/mellanox/mlx5/core/fw.c:285: + err = mlx5_core_get_caps_mode(dev, MLX5_CAP_SHAMPO, HCA_CAP_OPMOD_GET_CUR); CHECK: Macro argument 'mdev' may be better as '(mdev)' to avoid precedence issues #76: FILE: include/linux/mlx5/device.h:1474: +#define MLX5_CAP_SHAMPO(mdev, cap) \ + MLX5_GET(shampo_cap, mdev->caps.hca[MLX5_CAP_SHAMPO]->cur, cap) total: 0 errors, 1 warnings, 1 checks, 77 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 a79cc7433ca3 ("net/mlx5: SHAMPO: Introduce new SHAMPO specific HCA caps") 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, 1 warnings, 1 checks, 77 lines checked