WARNING: line length of 90 exceeds 80 columns #44: FILE: drivers/net/ethernet/ti/k3-cppi-desc-pool.c:78: + pool->desc_infos = kcalloc(pool->num_desc, sizeof(*pool->desc_infos), GFP_KERNEL); WARNING: line length of 83 exceeds 80 columns #47: FILE: drivers/net/ethernet/ti/k3-cppi-desc-pool.c:81: + dev_err(pool->dev, "pool descriptor infos alloc failed %d\n", ret); WARNING: line length of 94 exceeds 80 columns #68: FILE: drivers/net/ethernet/ti/k3-cppi-desc-pool.c:160: +void k3_cppi_desc_pool_desc_info_set(struct k3_cppi_desc_pool *pool, int desc_idx, void *info) WARNING: line length of 95 exceeds 80 columns #90: FILE: drivers/net/ethernet/ti/k3-cppi-desc-pool.h:31: +void k3_cppi_desc_pool_desc_info_set(struct k3_cppi_desc_pool *pool, int desc_idx, void *info); total: 0 errors, 4 warnings, 0 checks, 61 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 4ccb13766086 ("net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool") 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, 4 warnings, 0 checks, 61 lines checked