WARNING: line length of 84 exceeds 80 columns #181: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:301: + addr += PRUETH_SW_NUM_BUF_POOLS_HOST * PRUETH_SW_BUF_POOL_SIZE_HOST; WARNING: line length of 89 exceeds 80 columns #186: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:306: + /* The driver only uses first 4 queues per PRU so only initialize them */ WARNING: line length of 89 exceeds 80 columns #187: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:307: + if (i % PRUETH_SW_NUM_BUF_POOLS_HOST < PRUETH_SW_NUM_BUF_POOLS_PER_PRU) { WARNING: line length of 84 exceeds 80 columns #198: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:318: + addr += PRUETH_SW_NUM_BUF_POOLS_HOST * PRUETH_SW_BUF_POOL_SIZE_HOST; WARNING: line length of 82 exceeds 80 columns #221: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:410: + u32 addr = prueth->shram.pa + EMAC_ICSSG_SWITCH_DEFAULT_VLAN_TABLE_OFFSET; WARNING: line length of 96 exceeds 80 columns #240: FILE: drivers/net/ethernet/ti/icssg/icssg_config.c:429: + icssg_class_set_host_mac_addr(prueth->miig_rt, prueth->hw_bridge_dev->dev_addr); WARNING: line length of 96 exceeds 80 columns #494: FILE: drivers/net/ethernet/ti/icssg/icssg_prueth.c:2090: + ret = prueth_netdevice_port_link(ndev, info->upper_dev, extack); total: 0 errors, 7 warnings, 0 checks, 488 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 3c7df5dacb36 ("net: ti: icssg-prueth: Add support for ICSSG switch firmware") 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, 7 warnings, 0 checks, 488 lines checked