WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #139: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #175: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/alloc.c:32: + size, &t, GFP_KERNEL | __GFP_ZERO); WARNING: line length of 86 exceeds 80 columns #210: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/alloc.c:67: + pages = kmalloc_array(buf->nbufs, sizeof(*pages), GFP_KERNEL); WARNING: line length of 90 exceeds 80 columns #215: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/alloc.c:72: + pages[i] = vmalloc_to_page(buf->page_list[i].buf); WARNING: line length of 87 exceeds 80 columns #217: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/alloc.c:74: + pages[i] = virt_to_page(buf->page_list[i].buf); WARNING: line length of 87 exceeds 80 columns #219: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/alloc.c:76: + buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); WARNING: line length of 94 exceeds 80 columns #267: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/alloc.c:124: + addr = buf->page_list[i >> shift].map + ((i & mask) << PAGE_SHIFT_4K); WARNING: line length of 90 exceeds 80 columns #366: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:66: + xsc_core_dbg(eq->dev, "ARM EQ %d ci 0x%x arm %d\n", eq->eqn, eq->cons_index, arm); WARNING: line length of 82 exceeds 80 columns #385: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:85: + xsc_core_err(dev, "Completion event for bogus CQ, cqn=%d\n", cqn); WARNING: line length of 81 exceeds 80 columns #400: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:100: +static void xsc_eq_cq_event(struct xsc_core_device *dev, u32 cqn, int event_type) WARNING: line length of 95 exceeds 80 columns #460: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:160: + xsc_core_warn(dev, "Unhandle event %d on EQ %d\n", eqe->type, eq->eqn); total: 0 errors, 11 warnings, 0 checks, 656 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 68195fa4f194 ("net-next/yunsilicon: Add eq and alloc") 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, 11 warnings, 0 checks, 656 lines checked