CHECK: Please don't use multiple blank lines #110: FILE: drivers/net/ethernet/realtek/r8169_main.c:4360: + WARNING: line length of 95 exceeds 80 columns #221: FILE: drivers/net/ethernet/realtek/r8169_main.c:5063: + rc = pci_request_irq(tp->pci_dev, i, rtl8169_interrupt, NULL, napi, irq->name); WARNING: line length of 88 exceeds 80 columns #243: FILE: drivers/net/ethernet/realtek/r8169_main.c:5111: + struct rtl8169_napi *r8169_napi = container_of(napi, struct rtl8169_napi, napi); CHECK: Please don't use multiple blank lines #269: FILE: drivers/net/ethernet/realtek/r8169_main.c:5252: + WARNING: line length of 89 exceeds 80 columns #333: FILE: drivers/net/ethernet/realtek/r8169_main.c:5546: + nvecs = pci_alloc_irq_vectors(pdev, tp->min_irq_nvecs, tp->max_irq_nvecs, flags); CHECK: Please don't use multiple blank lines #368: FILE: drivers/net/ethernet/realtek/r8169_main.c:5821: + total: 0 errors, 3 warnings, 3 checks, 381 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 fc4b9c43dc69 ("r8169: add napi and irq support") 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, 3 warnings, 3 checks, 381 lines checked