WARNING: line length of 91 exceeds 80 columns #100: FILE: net/sched/sch_cake.c:2008: + if (q->config->is_shared && now - q->last_checked_active >= q->config->sync_time) { WARNING: line length of 99 exceeds 80 columns #110: FILE: net/sched/sch_cake.c:2018: + other_sch = rcu_dereference(netdev_get_tx_queue(dev, ntx)->qdisc_sleeping); WARNING: line length of 85 exceeds 80 columns #119: FILE: net/sched/sch_cake.c:2027: + if (other_qlen || other_last_active > q->last_checked_active) WARNING: line length of 81 exceeds 80 columns #124: FILE: net/sched/sch_cake.c:2032: + new_rate = div64_u64(q->config->rate_bps, num_active_qs); WARNING: line length of 93 exceeds 80 columns #126: FILE: net/sched/sch_cake.c:2034: + /* 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 5b320a26fe51 ("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