WARNING: line length of 84 exceeds 80 columns #71: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:57: + snprintf(buf0, sizeof(buf0), "v:%u", vidx0); WARNING: line length of 86 exceeds 80 columns #101: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:87: + snprintf(buf0, sizeof(buf0), "v:%05u", vidx0); WARNING: line length of 86 exceeds 80 columns #112: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:98: + snprintf(buf1, sizeof(buf1), "v:%05u", vidx1); WARNING: line length of 86 exceeds 80 columns #130: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:116: + snprintf(buf0, sizeof(buf0), "v:%05u", vidx0); WARNING: line length of 85 exceeds 80 columns #133: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:119: + seq_printf(s, "\t\t \t\t%05u(%#x) %s\n", idx0, pf1, WARNING: line length of 86 exceeds 80 columns #286: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:432: + npc_dentry = debugfs_create_file("vidx2idx", 0444, rvu->rvu_dbg.npc, npc_priv, WARNING: line length of 86 exceeds 80 columns #291: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:437: + npc_dentry = debugfs_create_file("idx2vidx", 0444, rvu->rvu_dbg.npc, npc_priv, WARNING: line length of 84 exceeds 80 columns #296: FILE: drivers/net/ethernet/marvell/octeontx2/af/cn20k/debugfs.c:442: + npc_dentry = debugfs_create_file("defrag", 0444, rvu->rvu_dbg.npc, npc_priv, WARNING: line length of 82 exceeds 80 columns #353: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3230: + cfg = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_KEX_CFG(NIX_INTF_RX)); WARNING: line length of 88 exceeds 80 columns #355: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3232: + seq_printf(filp, "\t\t RX keywidth \t: %s\n", (cfg == NPC_MCAM_KEY_X1) ? WARNING: line length of 82 exceeds 80 columns #358: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3235: + cfg = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_KEX_CFG(NIX_INTF_TX)); WARNING: line length of 88 exceeds 80 columns #360: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3237: + seq_printf(filp, "\t\t TX keywidth \t: %s\n", (cfg == NPC_MCAM_KEY_X1) ? total: 0 errors, 12 warnings, 0 checks, 336 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 ef64d88bad09 ("octeontx2-af: npc: cn20k: add debugfs 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, 12 warnings, 0 checks, 336 lines checked