WARNING: line length of 96 exceeds 80 columns #50: 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 #54: 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 #89: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:432: + rvu_write64(rvu, blkaddr, NPC_AF_INTFX_EXTRACTORX_CFG(intf, extr), WARNING: line length of 83 exceeds 80 columns #96: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:439: + mkex_extr->intf_extr_lt[intf][extr][lt]); WARNING: line length of 82 exceeds 80 columns #114: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:457: + rvu_write64(rvu, blkaddr, NPC_AF_INTFX_EXTRACTORX_CFG(intf, extr), WARNING: line length of 83 exceeds 80 columns #121: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:464: + mkex_extr->intf_extr_lt[intf][extr][lt]); WARNING: line length of 83 exceeds 80 columns #160: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:503: + while (((s64)prfl_sz > 0) && (mcam_kex_extr->mkex_sign != MKEX_END_SIGN)) { WARNING: line length of 81 exceeds 80 columns #163: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:506: + !strncmp(mcam_kex_extr->name, mkex_profile, MKEX_NAME_LEN)) { WARNING: line length of 94 exceeds 80 columns #174: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:517: + 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 #176: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:519: + npc_program_mkex_profile(rvu, blkaddr, rvu->kpu.mcam_kex_prfl.mkex_extr); WARNING: line length of 88 exceeds 80 columns #251: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:594: +int npc_cn20k_apply_custom_kpu(struct rvu *rvu, struct npc_kpu_profile_adapter *profile) WARNING: line length of 81 exceeds 80 columns #352: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:2181: + struct npc_cn20k_get_kex_cfg_rsp *rsp) WARNING: line length of 86 exceeds 80 columns #511: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:219: + /** Maximum number of custom KPU entries supported by the built-in profile. */ WARNING: line length of 89 exceeds 80 columns #541: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:259: +void npc_cn20k_load_mkex_profile(struct rvu *rvu, int blkaddr, const char *mkex_profile); WARNING: line length of 89 exceeds 80 columns #542: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:260: +int npc_cn20k_apply_custom_kpu(struct rvu *rvu, struct npc_kpu_profile_adapter *profile); WARNING: line length of 81 exceeds 80 columns #546: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h:264: + struct npc_kpu_profile_adapter *profile); WARNING: line length of 81 exceeds 80 columns #1040: 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 #1047: 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 #1076: 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, 1283 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 5a829b8aaf08 ("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, 1283 lines checked