WARNING: line length of 85 exceeds 80 columns #122: FILE: drivers/infiniband/hw/mana/qp.c:568: + ibdev_err(&mdev->ib_dev, "Failed to create shadow rq err %d\n", err); WARNING: line length of 85 exceeds 80 columns #128: FILE: drivers/infiniband/hw/mana/qp.c:574: + ibdev_err(&mdev->ib_dev, "Failed to create shadow sq err %d\n", err); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #161: new file mode 100644 WARNING: line length of 99 exceeds 80 columns #206: FILE: drivers/infiniband/hw/mana/shadow_queue.h:41: +static inline int create_shadow_queue(struct shadow_queue *queue, uint32_t length, uint32_t stride) WARNING: line length of 84 exceeds 80 columns #275: FILE: drivers/infiniband/hw/mana/shadow_queue.h:110: +static inline void shadow_queue_advance_next_to_complete(struct shadow_queue *queue) WARNING: line length of 83 exceeds 80 columns #296: FILE: drivers/infiniband/hw/mana/wr.c:10: +static int mana_ib_post_recv_ud(struct mana_ib_qp *qp, const struct ib_recv_wr *wr) WARNING: line length of 93 exceeds 80 columns #298: FILE: drivers/infiniband/hw/mana/wr.c:12: + struct mana_ib_dev *mdev = container_of(qp->ibqp.device, struct mana_ib_dev, ib_dev); WARNING: line length of 81 exceeds 80 columns #361: FILE: drivers/infiniband/hw/mana/wr.c:75: +static int mana_ib_post_send_ud(struct mana_ib_qp *qp, const struct ib_ud_wr *wr) WARNING: line length of 93 exceeds 80 columns #363: FILE: drivers/infiniband/hw/mana/wr.c:77: + struct mana_ib_dev *mdev = container_of(qp->ibqp.device, struct mana_ib_dev, ib_dev); WARNING: line length of 85 exceeds 80 columns #403: FILE: drivers/infiniband/hw/mana/wr.c:117: + wqe_req.client_data_unit = ib_mtu_enum_to_int(ib_mtu_int_to_enum(ndev->mtu)); total: 0 errors, 10 warnings, 0 checks, 407 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 d99995e12b11 ("RDMA/mana_ib: UD/GSI work requests") 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, 10 warnings, 0 checks, 407 lines checked