WARNING: line length of 85 exceeds 80 columns #76: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:554: + npc_get_kpu_action_nth_entry(rvu, profile, idx), WARNING: line length of 82 exceeds 80 columns #89: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:625: + pfl1_num_cam_entries = npc_get_num_kpu_cam_entries(rvu, profile1); WARNING: line length of 82 exceeds 80 columns #92: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c:628: + pfl2_num_cam_entries = npc_get_num_kpu_cam_entries(rvu, profile2); WARNING: line length of 89 exceeds 80 columns #319: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1707: + (void *)npc_get_kpu_cam_nth_entry(rvu, profile, entry), WARNING: line length of 95 exceeds 80 columns #328: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1714: + (void *)npc_get_kpu_action_nth_entry(rvu, profile, entry), WARNING: line length of 84 exceeds 80 columns #426: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1865: + memcpy((void *)profile->ikpu2, action, sizeof(ikpu_action_entries)); WARNING: line length of 83 exceeds 80 columns #446: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1878: + offset += sizeof(*fw_kpu) + fw_kpu->entries * sizeof(*cam); WARNING: line length of 86 exceeds 80 columns #447: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1879: + action = (struct npc_kpu_profile_action *)(fw->data + offset); total: 0 errors, 8 warnings, 0 checks, 572 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 f45df4bfc04b ("octeontx2-af: npc: Support for custom KPU profile from filesystem") 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, 8 warnings, 0 checks, 572 lines checked