WARNING: line length of 83 exceeds 80 columns #37: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c:707: + reg_val = octep_read_csr64(oct, CN93_SDP_R_IN_INT_LEVELS(srn + i)); WARNING: line length of 83 exceeds 80 columns #39: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c:709: + octep_write_csr64(oct, CN93_SDP_R_IN_INT_LEVELS(srn + i), reg_val); WARNING: line length of 84 exceeds 80 columns #41: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c:711: + reg_val = octep_read_csr64(oct, CN93_SDP_R_OUT_INT_LEVELS(srn + i)); WARNING: line length of 84 exceeds 80 columns #43: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c:713: + octep_write_csr64(oct, CN93_SDP_R_OUT_INT_LEVELS(srn + i), reg_val); WARNING: line length of 83 exceeds 80 columns #66: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:731: + reg_val = octep_read_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(srn + i)); WARNING: line length of 83 exceeds 80 columns #68: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:733: + octep_write_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(srn + i), reg_val); WARNING: line length of 84 exceeds 80 columns #70: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:735: + reg_val = octep_read_csr64(oct, CNXK_SDP_R_OUT_INT_LEVELS(srn + i)); WARNING: line length of 84 exceeds 80 columns #72: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:737: + octep_write_csr64(oct, CNXK_SDP_R_OUT_INT_LEVELS(srn + i), reg_val); total: 0 errors, 8 warnings, 0 checks, 48 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 b82ef255072b ("octeon_ep: disable per ring interrupts") 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, 8 warnings, 0 checks, 48 lines checked