WARNING: line length of 100 exceeds 80 columns #88: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:320: + /* The driver only uses first 4 queues per PRU so only initialize buffer for them */ WARNING: line length of 94 exceeds 80 columns #91: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:323: + writel(addr, &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].addr); WARNING: line length of 87 exceeds 80 columns #93: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:325: + &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].len); WARNING: line length of 91 exceeds 80 columns #98: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:328: + writel(0, &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].addr); WARNING: line length of 90 exceeds 80 columns #99: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:329: + writel(0, &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].len); WARNING: line length of 86 exceeds 80 columns #108: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:334: + * - used by firmware to store express packets to be transmitted to host core WARNING: line length of 90 exceeds 80 columns #118: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:344: + * - used by firmware to store preemptible packets to be transmitted to host core WARNING: line length of 82 exceeds 80 columns #172: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:387: + * - in mac mode - no forwarding by firmware so initialize all pools to 0 WARNING: line length of 94 exceeds 80 columns #194: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:405: + writel(addr, &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].addr); WARNING: line length of 87 exceeds 80 columns #196: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:407: + &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].len); WARNING: line length of 91 exceeds 80 columns #199: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:410: + writel(0, &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].addr); WARNING: line length of 90 exceeds 80 columns #200: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:411: + writel(0, &bpool_cfg[i + PRUETH_NUM_FWD_BUF_POOLS_PER_SLICE].len); WARNING: line length of 86 exceeds 80 columns #207: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:416: + * - used by firmware to store express packets to be transmitted to host core WARNING: line length of 90 exceeds 80 columns #220: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:426: + * - used by firmware to store preemptible packets to be transmitted to host core WARNING: line length of 88 exceeds 80 columns #310: FILE: drivers/net/ethernet/ti/icssg/icssg_config.h:77: +#define PRUETH_SW_TOTAL_BUF_SIZE (2 * PRUETH_SW_TOTAL_BUF_SIZE_PER_SLICE) WARNING: line length of 83 exceeds 80 columns #314: FILE: drivers/net/ethernet/ti/icssg/icssg_config.h:81: + (PRUETH_EMAC_LI_BUF_POOL_SIZE * PRUETH_EMAC_USED_LI_BUF_POOLS_PER_SLICE + \ WARNING: line length of 90 exceeds 80 columns #320: FILE: drivers/net/ethernet/ti/icssg/icssg_config.h:87: +#define PRUETH_EMAC_TOTAL_BUF_SIZE (2 * PRUETH_EMAC_TOTAL_BUF_SIZE_PER_SLICE) WARNING: line length of 82 exceeds 80 columns #340: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:1769: + /* Reserve 2 banks of MSMC RAM for buffers to avoid arbitration */ total: 0 errors, 18 warnings, 0 checks, 353 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 e07c7f3b2f05 ("net: ti: icssg-prueth: Fix buffer allocation for ICSSG") 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, 18 warnings, 0 checks, 353 lines checked