WARNING: Co-developed-by and Signed-off-by: name/email do not match #89: Co-developed-by: Souradeep Chakrabarti Signed-off-by: NIPA Bot WARNING: line length of 83 exceeds 80 columns #103: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1252: +static __maybe_unused int irq_setup(unsigned int *irqs, unsigned int len, int node) WARNING: Missing a blank line after declarations #106: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1255: + const struct cpumask *next, *prev = cpu_none_mask; + cpumask_var_t cpus __free(free_cpumask_var); WARNING: externs should be avoided in .c files #106: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1255: + cpumask_var_t cpus __free(free_cpumask_var); WARNING: function definition argument 'free_cpumask_var' should also have an identifier name #106: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1255: + cpumask_var_t cpus __free(free_cpumask_var); WARNING: line length of 98 exceeds 80 columns #120: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1269: + irq_set_affinity_and_hint(*irqs++, topology_sibling_cpumask(cpu)); WARNING: line length of 90 exceeds 80 columns #121: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1270: + cpumask_andnot(cpus, cpus, topology_sibling_cpumask(cpu)); total: 0 errors, 7 warnings, 0 checks, 35 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 d9645e0bbee0 ("net: mana: add a function to spread IRQs per CPUs") 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, 7 warnings, 0 checks, 35 lines checked