WARNING: line length of 81 exceeds 80 columns #39: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:12: +/* The following table represents the (valid) operations that can be performed on WARNING: line length of 87 exceeds 80 columns #41: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:14: + * For example: a QP in RTR state can be moved to RTS state using the CN_QP_OP_RTR_2RTS WARNING: line length of 92 exceeds 80 columns #44: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:17: +static const enum hbl_cn_qp_state_op qp_valid_state_op[CN_QP_NUM_STATE][CN_QP_NUM_STATE] = { WARNING: line length of 99 exceeds 80 columns #118: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:91: +static inline int wait_for_qpc_idle(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp, bool is_req) WARNING: line length of 82 exceeds 80 columns #131: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:104: + rc = port_funcs->qpc_query(cn_port, qp->qp_id, is_req, &qpc_attr); WARNING: line length of 89 exceeds 80 columns #171: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:144: + /* Device might not respond during reset if the reset was due to error */ WARNING: line length of 97 exceeds 80 columns #181: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:154: + /* Device might not respond during reset if the reset was due to error */ WARNING: line length of 82 exceeds 80 columns #201: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:174: +static int cn_qp_op_reset_2init(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp) WARNING: line length of 89 exceeds 80 columns #249: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:222: +static inline int cn_qp_invalidate_qpc(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp, WARNING: line length of 81 exceeds 80 columns #259: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:232: + rc = asic_funcs->port_funcs->qpc_invalidate(cn_port, qp, is_req); WARNING: line length of 91 exceeds 80 columns #269: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:242: +static int cn_qp_invalidate(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp, bool is_req, WARNING: line length of 98 exceeds 80 columns #279: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:252: + cn_port->port, qp->qp_id, is_req ? "Requester" : "Responder", rc); WARNING: line length of 91 exceeds 80 columns #298: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:271: +static int cn_qp_op_rts_2sqd(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp, void *attr) WARNING: line length of 94 exceeds 80 columns #322: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:295: +/* Re-drain the Requester. This function is called without holding the cfg lock so it must not WARNING: line length of 91 exceeds 80 columns #325: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:298: +static int cn_qp_op_sqd_2sqd(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp, void *attr) WARNING: line length of 98 exceeds 80 columns #330: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:303: + /* no need to invalidate the QP as it was already invalidated just extend the wait time */ WARNING: line length of 87 exceeds 80 columns #338: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:311: +static int cn_qp_op_2qpd(struct hbl_cn_port *cn_port, struct hbl_cn_qp *qp, void *attr) WARNING: line length of 95 exceeds 80 columns #380: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:353: + if (attr->reset_mode == CN_QP_RESET_MODE_HARD && qp->curr_state != CN_QP_STATE_RESET) { WARNING: line length of 93 exceeds 80 columns #439: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:411: + /* only SQD->SQD transition can be executed without holding the configuration lock */ WARNING: line length of 83 exceeds 80 columns #444: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_qp.c:416: + qp->port, qp->qp_id, cn_qp_state_2name(prev_state), total: 0 errors, 20 warnings, 0 checks, 487 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 b66b6ec741eb ("net: hbl_cn: QP state machine") 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, 20 warnings, 0 checks, 487 lines checked