WARNING: line length of 83 exceeds 80 columns #101: FILE: drivers/net/ethernet/marvell/octeontx2/nic/rep.c:31: +static int rvu_rep_napi_init(struct otx2_nic *priv, struct netlink_ext_ack *extack) WARNING: line length of 81 exceeds 80 columns #120: FILE: drivers/net/ethernet/marvell/octeontx2/nic/rep.c:50: + qidx + hw->rx_queues : CINT_INVALID_CQ; WARNING: line length of 90 exceeds 80 columns #203: FILE: drivers/net/ethernet/marvell/octeontx2/nic/rep.c:133: + priv->reps = devm_kcalloc(priv->dev, rep_cnt, sizeof(struct rep_dev), GFP_KERNEL); WARNING: line length of 95 exceeds 80 columns #210: FILE: drivers/net/ethernet/marvell/octeontx2/nic/rep.c:140: + NL_SET_ERR_MSG_FMT_MOD(extack, "PFVF representor:%d creation failed\n", WARNING: line length of 93 exceeds 80 columns #233: FILE: drivers/net/ethernet/marvell/octeontx2/nic/rep.c:163: + NL_SET_ERR_MSG_MOD(extack, "PFVF reprentator registration failed\n"); total: 0 errors, 5 warnings, 0 checks, 247 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 f30e02034bf0 ("octeontx2-pf: Create representor netdev") 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, 5 warnings, 0 checks, 247 lines checked