WARNING: line length of 88 exceeds 80 columns #236: 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 #245: 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 #266: 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 #267: 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 #276: 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 #286: 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 #287: 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 #297: 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 #298: 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 #342: 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 #400: 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 #403: 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 #406: 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 #409: 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 #427: 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 #430: 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 #433: 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 75705fa1b7ce ("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 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