WARNING: line length of 82 exceeds 80 columns #42: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:158: + err = mana_gd_query_device_cfg(gc, MANA_MAJOR_VERSION, MANA_MINOR_VERSION, WARNING: line length of 85 exceeds 80 columns #43: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:159: + MANA_MICRO_VERSION, &num_ports, &bm_hostmode); WARNING: line length of 82 exceeds 80 columns #51: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:167: + * Adjust gc->max_num_queues returned from the SOC to allow dedicated MSIx WARNING: line length of 92 exceeds 80 columns #69: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:185: + gc->max_num_queues_vport = min(gc->num_msix_usable - 1, gc->max_num_queues); WARNING: line length of 84 exceeds 80 columns #127: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:1974: + dev_err(gc->dev, "Failed to setup remaining IRQs: %d", err); WARNING: line length of 81 exceeds 80 columns #187: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:1198: + err = gdma_mana_send_request(gc, &req, sizeof(req), &resp, sizeof(resp)); WARNING: line length of 82 exceeds 80 columns #226: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:3605: + err = mana_gd_query_device_cfg(gc, MANA_MAJOR_VERSION, MANA_MINOR_VERSION, WARNING: line length of 85 exceeds 80 columns #227: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:3606: + MANA_MICRO_VERSION, &num_ports, &bm_hostmode); WARNING: line length of 88 exceeds 80 columns #233: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:3612: + debugfs_create_u16("adapter-MTU", 0400, gc->mana_pci_debugfs, &gc->adapter_mtu); total: 0 errors, 9 warnings, 0 checks, 223 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 ca3729d81859 ("net: mana: Query device capabilities and configure MSI-X sharing for EQs") 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, 9 warnings, 0 checks, 223 lines checked