WARNING: line length of 128 exceeds 80 columns #31: FILE: drivers/net/ethernet/mellanox/mlx5/core/eq.c:27: +MODULE_PARM_DESC(mlx5_reap_eq_irq_aff_change, "mlx5_reap_eq_irq_aff_change: 0 = Disable MLX5 EQ Reap upon IRQ affinity change, \ WARNING: Avoid line continuations in quoted strings #31: FILE: drivers/net/ethernet/mellanox/mlx5/core/eq.c:27: +MODULE_PARM_DESC(mlx5_reap_eq_irq_aff_change, "mlx5_reap_eq_irq_aff_change: 0 = Disable MLX5 EQ Reap upon IRQ affinity change, \ WARNING: line length of 87 exceeds 80 columns #40: FILE: drivers/net/ethernet/mellanox/mlx5/core/eq.c:958: +void mlx5_eq_reap_irq_notify(struct irq_affinity_notify *notify, const cpumask_t *mask) WARNING: line length of 84 exceeds 80 columns #43: FILE: drivers/net/ethernet/mellanox/mlx5/core/eq.c:961: + struct mlx5_eq_comp *eq = container_of(notify, struct mlx5_eq_comp, notify); WARNING: line length of 81 exceeds 80 columns #47: FILE: drivers/net/ethernet/mellanox/mlx5/core/eq.c:965: + eq->core.irqn, eq->core.eqn, eq->core.cons_index); total: 0 errors, 5 warnings, 0 checks, 76 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 c0bde6cf5f59 ("net/mlx5: poll mlx5 eq during irq migration") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 76 lines checked