WARNING: line length of 100 exceeds 80 columns #101: FILE: net/sched/sch_cake.c:2009: + now - q->last_checked_active >= q->config->sync_time) { //check every 1ms is the default WARNING: line length of 100 exceeds 80 columns #111: FILE: net/sched/sch_cake.c:2019: + other_sch = rtnl_dereference(netdev_get_tx_queue(dev, ntx)->qdisc_sleeping); WARNING: line length of 85 exceeds 80 columns #120: FILE: net/sched/sch_cake.c:2028: + if (other_qlen || other_last_active > q->last_checked_active) WARNING: line length of 81 exceeds 80 columns #125: FILE: net/sched/sch_cake.c:2033: + new_rate = div64_u64(q->config->rate_bps, num_active_qs); WARNING: line length of 93 exceeds 80 columns #127: FILE: net/sched/sch_cake.c:2035: + /* mtu = 0 is used to only update the rate and not mess with cobalt params */ total: 0 errors, 5 warnings, 0 checks, 121 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 9a849ade6c57 ("net/sched: sch_cake: share shaper state across sub-instances of cake_mq") 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, 5 warnings, 0 checks, 121 lines checked