WARNING: line length of 81 exceeds 80 columns #230: FILE: drivers/net/ethernet/cadence/macb_main.c:4126: + enst_queue = kcalloc(conf->num_entries, sizeof(*enst_queue), GFP_KERNEL); WARNING: line length of 89 exceeds 80 columns #245: FILE: drivers/net/ethernet/cadence/macb_main.c:4141: + /* Validate gate_mask: must be nonzero, single queue, and within range */ WARNING: line length of 83 exceeds 80 columns #253: FILE: drivers/net/ethernet/cadence/macb_main.c:4149: + /* gate_mask must not select queues outside the valid queue_mask */ WARNING: line length of 84 exceeds 80 columns #274: FILE: drivers/net/ethernet/cadence/macb_main.c:4170: + i, entry->interval, enst_max_hw_interval(speed)); WARNING: line length of 89 exceeds 80 columns #280: FILE: drivers/net/ethernet/cadence/macb_main.c:4176: + if ((conf->cycle_time - entry->interval) > enst_max_hw_interval(speed)) { WARNING: line length of 87 exceeds 80 columns #295: FILE: drivers/net/ethernet/cadence/macb_main.c:4191: + enst_ns_to_hw_units(conf->cycle_time - entry->interval, speed); WARNING: line length of 83 exceeds 80 columns #357: FILE: drivers/net/ethernet/cadence/macb_main.c:4253: + for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { total: 0 errors, 7 warnings, 0 checks, 347 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 ba24025f6e9f ("net: macb: Add TAPRIO traffic scheduling support") 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, 347 lines checked