WARNING: line length of 88 exceeds 80 columns #37: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c:648: + OCTEP_PCI_WIN_WRITE(oct, CN9K_PEMX_PFX_CSX_PFCFGX(0, 0, CN9K_PCIEEP_VSECST_CTL), WARNING: line length of 88 exceeds 80 columns #56: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c:917: + OCTEP_PCI_WIN_WRITE(oct, CN9K_PEMX_PFX_CSX_PFCFGX(0, 0, CN9K_PCIEEP_VSECST_CTL), WARNING: line length of 97 exceeds 80 columns #82: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_regs_cn9k_pf.h:388: +#define CN9K_PEMX_PFX_CSX_PFCFGX(pem, pf, offset) ((0x8e0000008000 | (uint64_t)(pem) << 36 \ WARNING: line length of 88 exceeds 80 columns #84: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_regs_cn9k_pf.h:390: + | (((offset) >> 16) & 1) << 16 \ WARNING: line length of 81 exceeds 80 columns #85: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_regs_cn9k_pf.h:391: + | ((offset) >> 3) << 3) \ WARNING: line length of 87 exceeds 80 columns #86: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_regs_cn9k_pf.h:392: + + ((((offset) >> 2) & 1) << 2)) total: 0 errors, 6 warnings, 0 checks, 64 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 7af04d73402d ("octeon_ep: reset firmware ready status") 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, 6 warnings, 0 checks, 64 lines checked