WARNING: line length of 85 exceeds 80 columns #201: FILE: net/sched/sch_cake.c:1790: + if (qdisc_pkt_segs(skb) > 1 && q->config->rate_flags & CAKE_FLAG_SPLIT_GSO) { WARNING: line length of 88 exceeds 80 columns #237: FILE: net/sched/sch_cake.c:1894: + q->config->rate_bps = (q->avg_peak_bandwidth * 15) >> 4; WARNING: line length of 85 exceeds 80 columns #246: FILE: net/sched/sch_cake.c:1914: + flow->deficit = cake_get_flow_quantum(b, flow, q->config->flow_mode); WARNING: line length of 96 exceeds 80 columns #267: FILE: net/sched/sch_cake.c:2106: + cake_inc_srchost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 96 exceeds 80 columns #268: FILE: net/sched/sch_cake.c:2107: + cake_inc_dsthost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 86 exceeds 80 columns #277: FILE: net/sched/sch_cake.c:2119: + flow->deficit += cake_get_flow_quantum(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #287: FILE: net/sched/sch_cake.c:2143: + cake_dec_srchost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #288: FILE: net/sched/sch_cake.c:2144: + cake_dec_dsthost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #298: FILE: net/sched/sch_cake.c:2162: + cake_dec_srchost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 104 exceeds 80 columns #299: FILE: net/sched/sch_cake.c:2163: + cake_dec_dsthost_bulk_flow_count(b, flow, q->config->flow_mode); WARNING: line length of 82 exceeds 80 columns #343: FILE: net/sched/sch_cake.c:2322: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #401: FILE: net/sched/sch_cake.c:2477: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #404: FILE: net/sched/sch_cake.c:2479: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #407: FILE: net/sched/sch_cake.c:2481: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #410: 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 #428: FILE: net/sched/sch_cake.c:2514: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #431: FILE: net/sched/sch_cake.c:2516: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); WARNING: line length of 82 exceeds 80 columns #434: FILE: net/sched/sch_cake.c:2518: + 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 61a5debd48f5 ("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