WARNING: line length of 81 exceeds 80 columns #75: FILE: drivers/net/ethernet/marvell/octeontx2/af/mbox.h:430: +#define MBOX_UP_AF2PF_FDB_REFRESH_MESSAGES \ WARNING: line length of 88 exceeds 80 columns #265: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:1955: + info->sq_cnt = bitmap_weight(pfvf->sq_bmap, BITS_PER_LONG * 16); WARNING: line length of 83 exceeds 80 columns #268: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:1958: + info->cq_cnt = bitmap_weight(pfvf->cq_bmap, BITS_PER_LONG); WARNING: line length of 83 exceeds 80 columns #271: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:1961: + info->rq_cnt = bitmap_weight(pfvf->rq_bmap, BITS_PER_LONG); WARNING: line length of 96 exceeds 80 columns #305: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:1995: + info->sq_cnt = bitmap_weight(pfvf->sq_bmap, BITS_PER_LONG * 16); WARNING: line length of 91 exceeds 80 columns #308: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:1998: + info->cq_cnt = bitmap_weight(pfvf->cq_bmap, BITS_PER_LONG); WARNING: line length of 91 exceeds 80 columns #311: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:2001: + info->rq_cnt = bitmap_weight(pfvf->rq_bmap, BITS_PER_LONG); WARNING: line length of 93 exceeds 80 columns #458: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:3642: + regval = rvu_read64(rvu, blkaddr, NPC_AF_MCAMEX_BANKX_STAT_ACT(index, bank)); WARNING: line length of 82 exceeds 80 columns #461: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c:3645: + rsp->stat[i] = rvu_read64(rvu, blkaddr, NPC_AF_MATCH_STATX(cntr)); WARNING: line length of 81 exceeds 80 columns #484: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c:1554: + struct npc_mcam_get_features_rsp *rsp) total: 0 errors, 10 warnings, 0 checks, 451 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 e89638104f4b ("octeontx2-af: switch: Add switch dev to AF mboxes") 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, 10 warnings, 0 checks, 451 lines checked