WARNING: line length of 96 exceeds 80 columns #49: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:40: + [NIX_INTF_RX] = ((u64)NPC_MCAM_KEY_DYN << 32) | NPC_CN20K_PARSE_NIBBLE_INTF_RX | WARNING: line length of 94 exceeds 80 columns #53: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:43: + [NIX_INTF_TX] = ((u64)NPC_MCAM_KEY_X2 << 32) | NPC_CN20K_PARSE_NIBBLE_INTF_TX, WARNING: line length of 82 exceeds 80 columns #88: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:433: + rvu_write64(rvu, blkaddr, NPC_AF_INTFX_EXTRACTORX_CFG(intf, extr), WARNING: line length of 83 exceeds 80 columns #95: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:440: + mkex_extr->intf_extr_lt[intf][extr][lt]); WARNING: line length of 82 exceeds 80 columns #113: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:458: + rvu_write64(rvu, blkaddr, NPC_AF_INTFX_EXTRACTORX_CFG(intf, extr), WARNING: line length of 83 exceeds 80 columns #120: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:465: + mkex_extr->intf_extr_lt[intf][extr][lt]); WARNING: line length of 83 exceeds 80 columns #159: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:504: + while (((s64)prfl_sz > 0) && (mcam_kex_extr->mkex_sign != MKEX_END_SIGN)) { WARNING: line length of 81 exceeds 80 columns #162: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:507: + !strncmp(mcam_kex_extr->name, mkex_profile, MKEX_NAME_LEN)) { WARNING: line length of 94 exceeds 80 columns #173: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:518: + dev_info(rvu->dev, "Using %s mkex profile\n", rvu->kpu.mcam_kex_prfl.mkex_extr->name); WARNING: line length of 81 exceeds 80 columns #175: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:520: + npc_program_mkex_profile(rvu, blkaddr, rvu->kpu.mcam_kex_prfl.mkex_extr); WARNING: line length of 88 exceeds 80 columns #250: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:595: +int npc_cn20k_apply_custom_kpu(struct rvu *rvu, struct npc_kpu_profile_adapter *profile) WARNING: line length of 81 exceeds 80 columns #351: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:2172: + struct npc_cn20k_get_kex_cfg_rsp *rsp) WARNING: line length of 86 exceeds 80 columns #509: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:171: + /** Maximum number of custom KPU entries supported by the built-in profile. */ WARNING: line length of 89 exceeds 80 columns #539: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:211: +void npc_cn20k_load_mkex_profile(struct rvu *rvu, int blkaddr, const char *mkex_profile); WARNING: line length of 89 exceeds 80 columns #540: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:212: +int npc_cn20k_apply_custom_kpu(struct rvu *rvu, struct npc_kpu_profile_adapter *profile); WARNING: line length of 81 exceeds 80 columns #544: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:216: + struct npc_kpu_profile_adapter *profile); WARNING: line length of 81 exceeds 80 columns #1038: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c:251: + npc_set_kw_masks(rvu, mcam, NPC_UNKNOWN, nr_bits, WARNING: line length of 85 exceeds 80 columns #1045: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c:257: + NPC_MAX_KWS_IN_KEY - 1)) WARNING: line length of 86 exceeds 80 columns #1074: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c:286: + /* check any input field bits falls in any other field bits */ total: 0 errors, 19 warnings, 0 checks, 1280 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 37a2135a16b0 ("ocetontx2-af: npc: cn20k: MKEX profile support") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 19 warnings, 0 checks, 1280 lines checked