WARNING: line length of 84 exceeds 80 columns #297: FILE: drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:288: +static void nfp_netvf_pci_remove_vf_dev(struct nfp_net_vf *vf, struct pci_dev *pdev) WARNING: line length of 99 exceeds 80 columns #373: FILE: drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:379: +static void nfp_netvf_pci_remove_vf_aux_dev(struct nfp_net_vf_aux_dev *a_dev, struct pci_dev *pdev) WARNING: line length of 91 exceeds 80 columns #421: FILE: drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:427: + ctrl_bar = ioremap(pci_resource_start(pdev, NFP_NET_CTRL_BAR), NFP_NET_CFG_BAR_SZ); WARNING: line length of 85 exceeds 80 columns #423: FILE: drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:429: + dev_err(&pdev->dev, "Failed to map resource %d\n", NFP_NET_CTRL_BAR); WARNING: line length of 82 exceeds 80 columns #428: FILE: drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:434: + /* Read the enable_vnet config, determine how to initialize the VF driver. WARNING: line length of 91 exceeds 80 columns #434: FILE: drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c:440: + err = nfp_netvf_pci_probe_vf_dev(pdev, pci_id, ctrl_bar, vf_dev, dev_info); total: 0 errors, 6 warnings, 0 checks, 414 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 b46a794c6372 ("nfp: initialize NFP VF device according to enable_vnet configuration") 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, 6 warnings, 0 checks, 414 lines checked