WARNING: line length of 81 exceeds 80 columns #40: FILE: drivers/infiniband/hw/mana/cq.c:188: +static inline void handle_ud_sq_cqe(struct mana_ib_qp *qp, struct gdma_comp *cqe) WARNING: line length of 81 exceeds 80 columns #56: FILE: drivers/infiniband/hw/mana/cq.c:204: +static inline void handle_ud_rq_cqe(struct mana_ib_qp *qp, struct gdma_comp *cqe) WARNING: line length of 82 exceeds 80 columns #92: FILE: drivers/infiniband/hw/mana/cq.c:240: + const struct shadow_wqe_header *shadow_wqe) WARNING: line length of 92 exceeds 80 columns #94: FILE: drivers/infiniband/hw/mana/cq.c:242: + const struct ud_rq_shadow_wqe *ud_wqe = (const struct ud_rq_shadow_wqe *)shadow_wqe; WARNING: line length of 85 exceeds 80 columns #111: FILE: drivers/infiniband/hw/mana/cq.c:259: +static int mana_process_completions(struct mana_ib_cq *cq, int nwc, struct ib_wc *wc) WARNING: line length of 86 exceeds 80 columns #119: FILE: drivers/infiniband/hw/mana/cq.c:267: + while ((shadow_wqe = shadow_queue_get_next_to_consume(&qp->shadow_sq)) WARNING: line length of 82 exceeds 80 columns #124: FILE: drivers/infiniband/hw/mana/cq.c:272: + fill_verbs_from_shadow_wqe(qp, &wc[wc_index], shadow_wqe); WARNING: line length of 86 exceeds 80 columns #132: FILE: drivers/infiniband/hw/mana/cq.c:280: + while ((shadow_wqe = shadow_queue_get_next_to_consume(&qp->shadow_rq)) WARNING: line length of 82 exceeds 80 columns #137: FILE: drivers/infiniband/hw/mana/cq.c:285: + fill_verbs_from_shadow_wqe(qp, &wc[wc_index], shadow_wqe); WARNING: line length of 90 exceeds 80 columns #150: FILE: drivers/infiniband/hw/mana/cq.c:298: + struct mana_ib_dev *mdev = container_of(ibcq->device, struct mana_ib_dev, ib_dev); WARNING: line length of 93 exceeds 80 columns #255: FILE: drivers/infiniband/hw/mana/qp.c:605: + struct mana_ib_cq *send_cq = container_of(qp->ibqp.send_cq, struct mana_ib_cq, ibcq); WARNING: line length of 93 exceeds 80 columns #256: FILE: drivers/infiniband/hw/mana/qp.c:606: + struct mana_ib_cq *recv_cq = container_of(qp->ibqp.recv_cq, struct mana_ib_cq, ibcq); WARNING: line length of 93 exceeds 80 columns #270: FILE: drivers/infiniband/hw/mana/qp.c:620: + struct mana_ib_cq *send_cq = container_of(qp->ibqp.send_cq, struct mana_ib_cq, ibcq); WARNING: line length of 93 exceeds 80 columns #271: FILE: drivers/infiniband/hw/mana/qp.c:621: + struct mana_ib_cq *recv_cq = container_of(qp->ibqp.recv_cq, struct mana_ib_cq, ibcq); total: 0 errors, 14 warnings, 0 checks, 264 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 3f5aaf03f8dd ("RDMA/mana_ib: polling of CQs for GSI/UD") 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, 264 lines checked