WARNING: line length of 84 exceeds 80 columns #133: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:9: +static void icssg_iet_set_preempt_mask(struct prueth_emac *emac, u8 preemptible_tcs) WARNING: line length of 82 exceeds 80 columns #141: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:17: + /* Configure the queues based on the preemptible tc map set by the user */ WARNING: line length of 97 exceeds 80 columns #145: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:21: + for (i = qopt->offset[tc]; i < qopt->offset[tc] + qopt->count[tc]; i++) { WARNING: line length of 88 exceeds 80 columns #146: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:22: + /* Set all the queues in this tc as preemptive queues */ WARNING: line length of 87 exceeds 80 columns #147: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:23: + writeb(BIT(4), config + EXPRESS_PRE_EMPTIVE_Q_MAP + i); WARNING: line length of 97 exceeds 80 columns #152: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:28: + for (i = qopt->offset[tc]; i < qopt->offset[tc] + qopt->count[tc]; i++) { WARNING: line length of 82 exceeds 80 columns #153: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:29: + writeb(0, config + EXPRESS_PRE_EMPTIVE_Q_MAP + i); WARNING: line length of 87 exceeds 80 columns #158: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:34: + netdev_set_tc_queue(emac->ndev, tc, qopt->count[tc], qopt->offset[tc]); WARNING: line length of 88 exceeds 80 columns #187: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:63: + writew(iet->tx_min_frag_size, config + PRE_EMPTION_ADD_FRAG_SIZE_LOCAL); WARNING: line length of 96 exceeds 80 columns #204: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:80: + ret = readb_poll_timeout(config + PRE_EMPTION_VERIFY_STATUS, iet->verify_status, WARNING: line length of 94 exceeds 80 columns #205: FILE: drivers/net/ethernet/ti/icssg/icssg_qos.c:81: + (iet->verify_status == ICSSG_IETFPE_STATE_SUCCEEDED), total: 0 errors, 11 warnings, 0 checks, 335 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 a61d75804c98 ("net: ti: icssg-prueth: Add Frame Preemption MAC Merge support") 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, 11 warnings, 0 checks, 335 lines checked