WARNING: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("
")' - ie: 'Fixes: 95698ff6177b ("net: fec: using page pool to manage RX buffers")'
#133:
Fixes: 95698ff6177b5 ("net: fec: using page pool to manage RX buffers")
WARNING: line length of 106 exceeds 80 columns
#215: FILE: drivers/net/ethernet/freescale/fec_main.c:1773:
+ bdp->cbd_bufaddr = cpu_to_fec32(page_pool_get_dma_addr(new_page) + FEC_ENET_XDP_HEADROOM);
WARNING: line length of 88 exceeds 80 columns
#237: FILE: drivers/net/ethernet/freescale/fec_main.c:1951:
+ } while ((done < budget) && !fep->rx_err_nomem && fec_enet_collect_events(fep));
total: 0 errors, 3 warnings, 0 checks, 85 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 d9a9badf8ac1 ("net: fec: handle page_pool_dev_alloc_pages error") 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, 3 warnings, 0 checks, 85 lines checked