WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #66: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #275: FILE: drivers/net/mctp/mctp-pcie-vdm.c:205: + (struct mctp_ctrl_msg_hdr *)(&packet[MCTP_PCIE_VDM_HDR_SIZE + 1]); WARNING: line length of 91 exceeds 80 columns #307: FILE: drivers/net/mctp/mctp-pcie-vdm.c:237: + /* default use MCTP_PCIE_VDM_ROUTE_BY_ID, so no need to handle RSP class */ WARNING: line length of 95 exceeds 80 columns #375: FILE: drivers/net/mctp/mctp-pcie-vdm.c:305: + payload_len_dw = (ALIGN(skb->len, sizeof(u32)) - MCTP_PCIE_VDM_HDR_SIZE) / sizeof(u32); WARNING: line length of 87 exceeds 80 columns #377: FILE: drivers/net/mctp/mctp-pcie-vdm.c:307: + message_type = FIELD_GET(MCTP_MSG_TYPE_MASK, hdr_byte[MCTP_PCIE_VDM_HDR_SIZE]); WARNING: line length of 82 exceeds 80 columns #414: FILE: drivers/net/mctp/mctp-pcie-vdm.c:344: + sizeof(struct mctp_pcie_vdm_hdr) / sizeof(u32)); WARNING: line length of 94 exceeds 80 columns #418: FILE: drivers/net/mctp/mctp-pcie-vdm.c:348: + payload_len_dw * sizeof(u32)); WARNING: line length of 93 exceeds 80 columns #469: FILE: drivers/net/mctp/mctp-pcie-vdm.c:399: + sizeof(struct mctp_pcie_vdm_hdr) / sizeof(u32)); WARNING: line length of 87 exceeds 80 columns #470: FILE: drivers/net/mctp/mctp-pcie-vdm.c:400: + struct mctp_pcie_vdm_hdr *vdm_hdr = (struct mctp_pcie_vdm_hdr *)packet; WARNING: line length of 84 exceeds 80 columns #669: FILE: drivers/net/mctp/mctp-pcie-vdm.c:599: + const struct mctp_pcie_vdm_ops *ops) WARNING: line length of 81 exceeds 80 columns #704: FILE: drivers/net/mctp/mctp-pcie-vdm.c:634: + // objects in vdm_dev will be released in net_dev uninit operator WARNING: line length of 82 exceeds 80 columns #752: FILE: include/linux/mctp-pcie-vdm.h:3: + * mctp-pcie-vdm.h - MCTP-over-PCIe-VDM (DMTF DSP0238) transport binding Interface WARNING: line length of 85 exceeds 80 columns #780: FILE: include/linux/mctp-pcie-vdm.h:31: + const struct mctp_pcie_vdm_ops *ops); WARNING: line length of 83 exceeds 80 columns #786: FILE: include/linux/mctp-pcie-vdm.h:37: + * until no more packets to be processed. The lower layer driver can keep receiving total: 0 errors, 14 warnings, 0 checks, 735 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 49d5edbabe81 ("net: mctp: Add MCTP PCIe VDM transport driver") 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, 735 lines checked