WARNING: line length of 82 exceeds 80 columns #70: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:218: + octep_vf_write_csr64(oct, CNXK_VF_SDP_R_OUT_WMARK(oq_no), oq->max_count); WARNING: line length of 91 exceeds 80 columns #74: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:222: + octep_vf_write_csr64(oct, CNXK_VF_SDP_R_OUT_SLIST_BADDR(oq_no), oq->desc_ring_dma); WARNING: line length of 87 exceeds 80 columns #75: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:223: + octep_vf_write_csr64(oct, CNXK_VF_SDP_R_OUT_SLIST_RSIZE(oq_no), oq->max_count); WARNING: line length of 84 exceeds 80 columns #76: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:224: + reg_ba_val = octep_vf_read_csr64(oct, CNXK_VF_SDP_R_OUT_SLIST_BADDR(oq_no)); WARNING: line length of 87 exceeds 80 columns #81: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:229: + octep_vf_write_csr64(oct, CNXK_VF_SDP_R_OUT_SLIST_BADDR(oq_no), WARNING: line length of 87 exceeds 80 columns #83: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:231: + octep_vf_write_csr64(oct, CNXK_VF_SDP_R_OUT_SLIST_RSIZE(oq_no), WARNING: line length of 95 exceeds 80 columns #86: FILE: drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_cnxk.c:234: + CNXK_VF_SDP_R_OUT_SLIST_BADDR(oq_no)); total: 0 errors, 7 warnings, 0 checks, 96 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 84e1092571c1 ("octeon_ep_vf: ensure dbell BADDR updation") 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, 7 warnings, 0 checks, 96 lines checked