WARNING: line length of 85 exceeds 80 columns #202: FILE: net/sched/sch_cake.c:1789: + if (qdisc_pkt_segs(skb) > 1 && q->config->rate_flags & CAKE_FLAG_SPLIT_GSO) { WARNING: line length of 88 exceeds 80 columns #238: FILE: net/sched/sch_cake.c:1895: + q->config->rate_bps = (q->avg_peak_bandwidth * 15) >> 4; WARNING: line length of 85 exceeds 80 columns #247: FILE: net/sched/sch_cake.c:1915: + flow->deficit = cake_get_flow_quantum(b, flow, q->config->flow_mode); WARNING: line length of 96 exceeds 80 columns #268: FILE: net/sched/sch_cake.c:2112: + cake_inc_srchost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 96 exceeds 80 columns #269: FILE: net/sched/sch_cake.c:2113: + cake_inc_dsthost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 86 exceeds 80 columns #278: FILE: net/sched/sch_cake.c:2125: + flow->deficit += cake_get_flow_quantum(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #288: FILE: net/sched/sch_cake.c:2149: + cake_dec_srchost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #289: FILE: net/sched/sch_cake.c:2150: + cake_dec_dsthost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #299: FILE: net/sched/sch_cake.c:2168: + cake_dec_srchost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #300: FILE: net/sched/sch_cake.c:2169: + cake_dec_dsthost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 82 exceeds 80 columns #344: FILE: net/sched/sch_cake.c:2328: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #402: FILE: net/sched/sch_cake.c:2483: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #405: FILE: net/sched/sch_cake.c:2485: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #408: FILE: net/sched/sch_cake.c:2487: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #411: FILE: net/sched/sch_cake.c:2489: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #429: FILE: net/sched/sch_cake.c:2520: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #432: FILE: net/sched/sch_cake.c:2522: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #435: FILE: net/sched/sch_cake.c:2524: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); total: 0 errors, 18 warnings, 0 checks, 572 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 64a1c0f36225 ("net/sched: sch_cake: Factor out config variables into separate struct") 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, 18 warnings, 0 checks, 572 lines checked