WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #66: new file mode 100644 WARNING: line length of 87 exceeds 80 columns #95: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:25: +static int UVERBS_HANDLER(HBL_IB_METHOD_ENCAP_CREATE)(struct uverbs_attr_bundle *attrs) WARNING: line length of 99 exceeds 80 columns #148: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:78: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_ENCAP_ALLOC, &alloc_encap_in, WARNING: line length of 82 exceeds 80 columns #151: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:81: + hbl_ibdev_dbg(ibdev, "failed to alloc encap for port %d\n", port); WARNING: line length of 95 exceeds 80 columns #188: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:118: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_ENCAP_SET, &set_encap_in, WARNING: line length of 99 exceeds 80 columns #198: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:128: + rc = uverbs_copy_to_struct_or_zero(attrs, HBL_IB_ATTR_ENCAP_CREATE_OUT, &out, sizeof(out)); WARNING: line length of 98 exceeds 80 columns #208: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:138: + if (aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_ENCAP_UNSET, &unset_encap_in, WARNING: line length of 95 exceeds 80 columns #210: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:140: + hbl_ibdev_dbg(ibdev, "failed to unset encap for port %d, encap_num %d\n", port, WARNING: line length of 82 exceeds 80 columns #219: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:149: +static int hbl_free_encap(struct ib_uobject *uobject, enum rdma_remove_reason why, WARNING: line length of 90 exceeds 80 columns #244: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:174: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_ENCAP_UNSET, CHECK: Lines should not end with a '(' #258: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:188: +DECLARE_UVERBS_NAMED_METHOD( WARNING: line length of 89 exceeds 80 columns #265: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:195: + UVERBS_ATTR_STRUCT(struct hbl_uapi_encap_create_in, reserved), WARNING: line length of 91 exceeds 80 columns #268: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:198: + UVERBS_ATTR_STRUCT(struct hbl_uapi_encap_create_out, reserved), CHECK: Lines should not end with a '(' #271: FILE: drivers/infiniband/hw/hbl/hbl_encap.c:201: +DECLARE_UVERBS_NAMED_METHOD_DESTROY( WARNING: line length of 85 exceeds 80 columns #346: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:21: +static int UVERBS_HANDLER(HBL_IB_METHOD_QUERY_PORT)(struct uverbs_attr_bundle *attrs) WARNING: line length of 85 exceeds 80 columns #384: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:59: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_GET_USER_APP_PARAMS, WARNING: line length of 100 exceeds 80 columns #387: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:62: + hbl_ibdev_dbg(ibdev, "failed to get user params for port %d\n", app_params_in.port); WARNING: line length of 97 exceeds 80 columns #402: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:77: + rc = uverbs_copy_to_struct_or_zero(attrs, HBL_IB_ATTR_QUERY_PORT_OUT, &out, sizeof(out)); CHECK: Lines should not end with a '(' #407: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:82: +DECLARE_UVERBS_NAMED_METHOD( WARNING: line length of 87 exceeds 80 columns #410: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:85: + UVERBS_ATTR_STRUCT(struct hbl_uapi_query_port_in, reserved), WARNING: line length of 89 exceeds 80 columns #413: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:88: + UVERBS_ATTR_STRUCT(struct hbl_uapi_query_port_out, reserved), WARNING: line length of 98 exceeds 80 columns #416: FILE: drivers/infiniband/hw/hbl/hbl_query_port.c:91: +DECLARE_UVERBS_GLOBAL_METHODS(HBL_IB_OBJECT_QUERY_PORT, &UVERBS_METHOD(HBL_IB_METHOD_QUERY_PORT)); WARNING: line length of 86 exceeds 80 columns #448: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:21: +static int UVERBS_HANDLER(HBL_IB_METHOD_SET_PORT_EX)(struct uverbs_attr_bundle *attrs) WARNING: line length of 81 exceeds 80 columns #488: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:61: + in.wq_arr_attr[i].max_num_of_wqs; WARNING: line length of 88 exceeds 80 columns #490: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:63: + in.wq_arr_attr[i].max_num_of_wqes_in_wq; WARNING: line length of 82 exceeds 80 columns #491: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:64: + port_init_params.wq_arr_attr[i].mem_id = in.wq_arr_attr[i].mem_id; WARNING: line length of 82 exceeds 80 columns #493: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:66: + in.wq_arr_attr[i].swq_granularity; WARNING: line length of 93 exceeds 80 columns #496: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:69: + if (copy_from_user(port_init_params.qp_wq_bp_offs, u64_to_user_ptr(in.qp_wq_bp_offs), WARNING: line length of 98 exceeds 80 columns #506: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:79: + hbl_ibdev_dbg(ibdev, "failed(%d) to set port %u extended params\n", rc, hbl_port); CHECK: Lines should not end with a '(' #511: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:84: +DECLARE_UVERBS_NAMED_METHOD( WARNING: line length of 89 exceeds 80 columns #514: FILE: drivers/infiniband/hw/hbl/hbl_set_port_ex.c:87: + UVERBS_ATTR_STRUCT(struct hbl_uapi_set_port_ex_in, reserved3), WARNING: line length of 94 exceeds 80 columns #571: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:42: +static int user_fifo_mmap_entry_setup(struct hbl_ib_device *dev, struct hbl_ib_ucontext *hctx, WARNING: line length of 85 exceeds 80 columns #576: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:47: + usr_fifo->ci_entry = hbl_ib_user_mmap_entry_insert(&hctx->ibucontext, WARNING: line length of 82 exceeds 80 columns #577: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:48: + out->ci_handle, WARNING: line length of 95 exceeds 80 columns #578: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:49: + PAGE_SIZE, &out->ci_handle); WARNING: line length of 97 exceeds 80 columns #583: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:54: + usr_fifo->regs_entry = hbl_ib_user_mmap_entry_insert(&hctx->ibucontext, out->regs_handle, WARNING: line length of 91 exceeds 80 columns #584: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:55: + PAGE_SIZE, &out->regs_handle); WARNING: line length of 94 exceeds 80 columns #597: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:68: +static int UVERBS_HANDLER(HBL_IB_METHOD_USR_FIFO_OBJ_CREATE)(struct uverbs_attr_bundle *attrs) WARNING: line length of 82 exceeds 80 columns #621: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:92: + uobj = uverbs_attr_get_uobject(attrs, HBL_IB_ATTR_USR_FIFO_CREATE_HANDLE); WARNING: line length of 84 exceeds 80 columns #652: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:123: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_ALLOC_USER_DB_FIFO, WARNING: line length of 81 exceeds 80 columns #655: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:126: + hbl_ibdev_dbg(ibdev, "failed to alloc db fifo, port %d\n", port); WARNING: line length of 99 exceeds 80 columns #668: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:139: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_DB_FIFO_SET, &db_fifo_set_in, WARNING: line length of 86 exceeds 80 columns #671: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:142: + hbl_ibdev_dbg(ibdev, "failed to set db fifo %d, port %d\n", id, port); WARNING: line length of 88 exceeds 80 columns #688: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:159: + rc = uverbs_copy_to_struct_or_zero(attrs, HBL_IB_ATTR_USR_FIFO_CREATE_OUT, &out, WARNING: line length of 83 exceeds 80 columns #702: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:173: + if (aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_DB_FIFO_UNSET, WARNING: line length of 88 exceeds 80 columns #704: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:175: + hbl_ibdev_dbg(ibdev, "failed to unset db fifo %d, port %d\n", id, port); WARNING: line length of 85 exceeds 80 columns #711: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:182: +static int hbl_free_usr_fifo(struct ib_uobject *uobject, enum rdma_remove_reason why, WARNING: line length of 92 exceeds 80 columns #739: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:210: + rc = aux_ops->cmd_ctrl(aux_dev, hctx->cn_ctx, HBL_CNI_OP_USER_DB_FIFO_UNSET, CHECK: Lines should not end with a '(' #753: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:224: +DECLARE_UVERBS_NAMED_METHOD( WARNING: line length of 93 exceeds 80 columns #760: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:231: + UVERBS_ATTR_STRUCT(struct hbl_uapi_usr_fifo_create_in, reserved3), WARNING: line length of 95 exceeds 80 columns #763: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:234: + UVERBS_ATTR_STRUCT(struct hbl_uapi_usr_fifo_create_out, bp_thresh), CHECK: Lines should not end with a '(' #766: FILE: drivers/infiniband/hw/hbl/hbl_usr_fifo.c:237: +DECLARE_UVERBS_NAMED_METHOD_DESTROY( total: 0 errors, 46 warnings, 6 checks, 701 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 2431728db577 ("RDMA/hbl: direct verbs support") 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, 46 warnings, 6 checks, 701 lines checked