WARNING: line length of 84 exceeds 80 columns #138: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1645: + adapter->from_fs ? (void *)&profile->cam2[entry] : WARNING: line length of 83 exceeds 80 columns #223: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1795: + memcpy((void *)profile->ikpu, action, sizeof(ikpu_action_entries)); WARNING: line length of 83 exceeds 80 columns #243: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1808: + offset += sizeof(*fw_kpu) + fw_kpu->entries * sizeof(*cam); WARNING: line length of 86 exceeds 80 columns #244: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1809: + action = (struct npc_kpu_profile_action *)(fw->data + offset); WARNING: line length of 94 exceeds 80 columns #335: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1987: + /* If an error occurs during firmware loading from filesystem, there is no way WARNING: line length of 100 exceeds 80 columns #336: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1988: + * to revert as we modified default profile memory. In this case, User should delete WARNING: line length of 95 exceeds 80 columns #337: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:1989: + * the corrupted firmware image, reboot the device and copy corrected firmware. total: 0 errors, 7 warnings, 0 checks, 344 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 12cbfb577ea1 ("octeontx2-af: Add support for loading 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, 7 warnings, 0 checks, 344 lines checked