WARNING: line length of 94 exceeds 80 columns #40: FILE: drivers/net/ethernet/mellanox/mlx5/core/events.c:158: +static void print_sensor_names_in_bit_set(struct mlx5_core_dev *dev, struct mlx5_hwmon *hwmon, WARNING: line length of 91 exceeds 80 columns #48: FILE: drivers/net/ethernet/mellanox/mlx5/core/events.c:166: + const char *sensor_name = hwmon_get_sensor_name(hwmon, i + bit_set_offset); WARNING: line length of 94 exceeds 80 columns #50: FILE: drivers/net/ethernet/mellanox/mlx5/core/events.c:168: + mlx5_core_warn(dev, "Sensor name[%d]: %s\n", i + bit_set_offset, sensor_name); WARNING: line length of 85 exceeds 80 columns #76: FILE: drivers/net/ethernet/mellanox/mlx5/core/events.c:195: + print_sensor_names_in_bit_set(dev, dev->hwmon, value_lsb, 0); WARNING: line length of 81 exceeds 80 columns #77: FILE: drivers/net/ethernet/mellanox/mlx5/core/events.c:196: + print_sensor_names_in_bit_set(dev, dev->hwmon, value_msb, WARNING: line length of 89 exceeds 80 columns #78: FILE: drivers/net/ethernet/mellanox/mlx5/core/events.c:197: + sizeof(value_lsb) * BITS_PER_BYTE); total: 0 errors, 6 warnings, 0 checks, 70 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 f228b732ec85 ("net/mlx5: Add sensor name to temperature event message") 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, 70 lines checked