WARNING: line length of 81 exceeds 80 columns #80: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:502: + gic = list_entry(pos, struct gdma_irq_context, gic_list); WARNING: line length of 81 exceeds 80 columns #115: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:543: + gic = list_entry(pos, struct gdma_irq_context, gic_list); WARNING: line length of 82 exceeds 80 columns #134: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1334: +static int irq_setup(unsigned int *irqs, unsigned int len, int node, int skip_cpu) WARNING: line length of 85 exceeds 80 columns #147: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1349: + /* If the call is made for irqs which are dynamically WARNING: line length of 81 exceeds 80 columns #148: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1350: + * added and the num of vcpus is more or equal to WARNING: line length of 82 exceeds 80 columns #150: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1352: + * set of cpus, since they are already affinitized WARNING: line length of 92 exceeds 80 columns #243: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1435: + gic = list_last_entry(&gc->irq_contexts, struct gdma_irq_context, gic_list); WARNING: line length of 92 exceeds 80 columns #349: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1529: + gic = list_last_entry(&gc->irq_contexts, struct gdma_irq_context, gic_list); WARNING: line length of 83 exceeds 80 columns #381: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1556: + /* Need 1 interrupt for the Hardware communication Channel (HWC) */ WARNING: line length of 85 exceeds 80 columns #483: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1654: + dev_err(gc->dev, "Failed to setup IRQs for HWC creation: %d\n", err); total: 0 errors, 10 warnings, 0 checks, 480 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 db383d42978f ("net: mana: Allow MANA driver to allocate PCI vector dynamically") 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, 10 warnings, 0 checks, 480 lines checked