WARNING: Please use correct Fixes: style 'Fixes: <12+ chars of sha1> ("
")' - ie: 'Fixes: 0807dc76f3bf ("octeon_ep: support Octeon CN10K devices")'
#15:
Fixes: 0807dc76f3bf5("octeon_ep: support Octeon CN10K devices")
WARNING: line length of 85 exceeds 80 columns
#73: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:351:
+ octep_write_csr64(oct, CNXK_SDP_R_OUT_SLIST_BADDR(oq_no), oq->desc_ring_dma);
WARNING: line length of 81 exceeds 80 columns
#74: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:352:
+ octep_write_csr64(oct, CNXK_SDP_R_OUT_SLIST_RSIZE(oq_no), oq->max_count);
WARNING: line length of 81 exceeds 80 columns
#80: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:358:
+ octep_write_csr64(oct, CNXK_SDP_R_OUT_SLIST_BADDR(oq_no),
WARNING: line length of 97 exceeds 80 columns
#82: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:360:
+ octep_write_csr64(oct, CNXK_SDP_R_OUT_SLIST_RSIZE(oq_no), oq->max_count);
WARNING: line length of 94 exceeds 80 columns
#83: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c:361:
+ reg_ba_val = octep_read_csr64(oct, CNXK_SDP_R_OUT_SLIST_BADDR(oq_no));
total: 0 errors, 6 warnings, 0 checks, 95 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 b53f8bbec32a ("octeon_ep: 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, 6 warnings, 0 checks, 95 lines checked