WARNING: line length of 82 exceeds 80 columns #42: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:200: + 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:201: + MANA_MICRO_VERSION, &num_ports, &bm_hostmode); WARNING: line length of 92 exceeds 80 columns #69: FILE: drivers/net/ethernet/microsoft/mana/gdma_main.c:227: + 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:2030: + 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:1205: + err = gdma_mana_send_request(gc, &req, sizeof(req), &resp, sizeof(resp)); WARNING: line length of 82 exceeds 80 columns #227: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:3679: + err = mana_gd_query_device_cfg(gc, MANA_MAJOR_VERSION, MANA_MINOR_VERSION, WARNING: line length of 85 exceeds 80 columns #228: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:3680: + MANA_MICRO_VERSION, &num_ports, &bm_hostmode); WARNING: line length of 88 exceeds 80 columns #234: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:3686: + debugfs_create_u16("adapter-MTU", 0400, gc->mana_pci_debugfs, &gc->adapter_mtu); total: 0 errors, 8 warnings, 0 checks, 224 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 4c6cf58f4a2b ("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, 8 warnings, 0 checks, 224 lines checked