WARNING: line length of 88 exceeds 80 columns #237: FILE: net/sched/sch_cake.c:1899: + 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:1919: + 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:2111: + 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:2112: + 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:2124: + 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:2148: + 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:2149: + 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:2167: + 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:2168: + 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:2327: + 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:2482: + 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:2484: + 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:2486: + 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:2488: + 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:2519: + 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:2521: + 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:2523: + us_to_ns(q->config->target), us_to_ns(q->config->interval)); total: 0 errors, 17 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 f577fdd66ffb ("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, 17 warnings, 0 checks, 572 lines checked