WARNING: line length of 87 exceeds 80 columns #92: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:663: + req->regval[2] = BIT_ULL(12) | BIT_ULL(13) | (sdp_chan & 0xff); WARNING: line length of 85 exceeds 80 columns #102: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:672: + if (lvl == hw->txschq_link_cfg_lvl && !is_otx2_sdp_rep(pfvf->pdev)) { WARNING: line length of 85 exceeds 80 columns #111: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:689: + if (lvl == hw->txschq_link_cfg_lvl && !is_otx2_sdp_rep(pfvf->pdev)) { WARNING: line length of 81 exceeds 80 columns #250: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h:352: + int (*sq_aq_init)(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura); WARNING: line length of 95 exceeds 80 columns #366: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c:692: + snprintf(netdev->name, sizeof(netdev->name), "sdp%d-%d", pdev->bus->number, n); total: 0 errors, 5 warnings, 0 checks, 289 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 3a6423c0e9a8 ("octeontx2-pf: Add representors for sdp MAC") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 5 warnings, 0 checks, 289 lines checked