WARNING: Co-developed-by: must be immediately followed by Signed-off-by: #8: Co-developed-by: Honggang Wei Co-developed-by: Lei Yan WARNING: Co-developed-by and Signed-off-by: name/email do not match #9: Co-developed-by: Lei Yan Signed-off-by: Xin Tian 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 83 exceeds 80 columns #382: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:82: + xsc_core_err(xdev, "Completion event for bogus CQ, cqn=%d\n", cqn); WARNING: line length of 82 exceeds 80 columns #397: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:97: +static void xsc_eq_cq_event(struct xsc_core_device *xdev, u32 cqn, int event_type) WARNING: line length of 96 exceeds 80 columns #453: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:153: + xsc_core_warn(xdev, "Unhandle event %d on EQ %d\n", eqe->type, eq->eqn); WARNING: line length of 81 exceeds 80 columns #508: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.c:208: +int xsc_create_map_eq(struct xsc_core_device *xdev, struct xsc_eq *eq, u8 vecidx, WARNING: line length of 81 exceeds 80 columns #690: FILE: drivers/net/ethernet/yunsilicon/xsc/pci/eq.h:39: +int xsc_create_map_eq(struct xsc_core_device *xdev, struct xsc_eq *eq, u8 vecidx, total: 0 errors, 14 warnings, 0 checks, 645 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 0543611596b2 ("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, 14 warnings, 0 checks, 645 lines checked