WARNING: line length of 81 exceeds 80 columns #27: FILE: drivers/infiniband/hw/mana/main.c:1018: + struct ib_qp_init_attr *attr, u32 doorbell, u32 type) WARNING: line length of 93 exceeds 80 columns #29: FILE: drivers/infiniband/hw/mana/main.c:1020: + 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 #30: FILE: drivers/infiniband/hw/mana/main.c:1021: + struct mana_ib_cq *recv_cq = container_of(qp->ibqp.recv_cq, struct mana_ib_cq, ibcq); WARNING: line length of 83 exceeds 80 columns #31: FILE: drivers/infiniband/hw/mana/main.c:1022: + struct mana_ib_pd *pd = container_of(qp->ibqp.pd, struct mana_ib_pd, ibpd); WARNING: line length of 88 exceeds 80 columns #37: FILE: drivers/infiniband/hw/mana/main.c:1028: + mana_gd_init_req_hdr(&req.hdr, MANA_IB_CREATE_UD_QP, sizeof(req), sizeof(resp)); WARNING: line length of 89 exceeds 80 columns #72: FILE: drivers/infiniband/hw/mana/main.c:1063: + mana_gd_init_req_hdr(&req.hdr, MANA_IB_DESTROY_UD_QP, sizeof(req), sizeof(resp)); WARNING: line length of 82 exceeds 80 columns #166: FILE: drivers/infiniband/hw/mana/mana_ib.h:533: + struct ib_qp_init_attr *attr, u32 doorbell, u32 type); total: 0 errors, 7 warnings, 0 checks, 138 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 3a57a198da13 ("RDMA/mana_ib: Create and destroy UD/GSI QP") 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, 7 warnings, 0 checks, 138 lines checked