WARNING: line length of 81 exceeds 80 columns #158: FILE: net/sched/sch_cake.c:827: + WRITE_ONCE(q->way_hits, q->way_hits + 1); WARNING: line length of 92 exceeds 80 columns #185: FILE: net/sched/sch_cake.c:889: + cake_inc_srchost_bulk_flow_count(q, &q->flows[reduced_hash], WARNING: line length of 92 exceeds 80 columns #195: FILE: net/sched/sch_cake.c:914: + cake_inc_dsthost_bulk_flow_count(q, &q->flows[reduced_hash], WARNING: line length of 83 exceeds 80 columns #302: FILE: net/sched/sch_cake.c:1878: + WRITE_ONCE(b->backlogs[idx], b->backlogs[idx] + len - ack_pkt_len); WARNING: line length of 81 exceeds 80 columns #323: FILE: net/sched/sch_cake.c:1943: + cake_get_flow_quantum(b, flow, q->config->flow_mode)); WARNING: line length of 85 exceeds 80 columns #350: FILE: net/sched/sch_cake.c:1996: + WRITE_ONCE(b->backlogs[q->cur_flow], b->backlogs[q->cur_flow] - len); WARNING: line length of 97 exceeds 80 columns #383: FILE: net/sched/sch_cake.c:2188: + flow->deficit + cake_get_flow_quantum(b, flow, q->config->flow_mode)); WARNING: line length of 81 exceeds 80 columns #397: FILE: net/sched/sch_cake.c:2213: + cake_dec_srchost_bulk_flow_count(b, flow, WARNING: line length of 95 exceeds 80 columns #398: FILE: net/sched/sch_cake.c:2214: + q->config->flow_mode); WARNING: line length of 81 exceeds 80 columns #399: FILE: net/sched/sch_cake.c:2215: + cake_dec_dsthost_bulk_flow_count(b, flow, WARNING: line length of 95 exceeds 80 columns #400: FILE: net/sched/sch_cake.c:2216: + q->config->flow_mode); WARNING: line length of 81 exceeds 80 columns #432: FILE: net/sched/sch_cake.c:2239: + cake_dec_srchost_bulk_flow_count(b, flow, WARNING: line length of 95 exceeds 80 columns #433: FILE: net/sched/sch_cake.c:2240: + q->config->flow_mode); WARNING: line length of 81 exceeds 80 columns #434: FILE: net/sched/sch_cake.c:2241: + cake_dec_dsthost_bulk_flow_count(b, flow, WARNING: line length of 95 exceeds 80 columns #435: FILE: net/sched/sch_cake.c:2242: + q->config->flow_mode); WARNING: line length of 83 exceeds 80 columns #495: FILE: net/sched/sch_cake.c:2367: + WRITE_ONCE(b->flow_quantum, max(min(rate >> 12, 1514ULL), 300ULL)); WARNING: line length of 82 exceeds 80 columns #602: FILE: net/sched/sch_cake.c:3076: + ktime_to_us(ns_to_ktime(READ_ONCE(b->cparams.interval)))); WARNING: line length of 82 exceeds 80 columns #615: FILE: net/sched/sch_cake.c:3084: + ktime_to_us(ns_to_ktime(READ_ONCE(b->peak_delay)))); WARNING: line length of 82 exceeds 80 columns #618: FILE: net/sched/sch_cake.c:3086: + ktime_to_us(ns_to_ktime(READ_ONCE(b->avge_delay)))); WARNING: line length of 82 exceeds 80 columns #621: FILE: net/sched/sch_cake.c:3088: + ktime_to_us(ns_to_ktime(READ_ONCE(b->base_delay)))); WARNING: line length of 89 exceeds 80 columns #638: FILE: net/sched/sch_cake.c:3097: + PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, READ_ONCE(b->unresponsive_flow_count)); WARNING: line length of 92 exceeds 80 columns #684: FILE: net/sched/sch_cake.c:3210: + READ_ONCE(flow->cvars.blue_timer)))); WARNING: line length of 91 exceeds 80 columns #692: FILE: net/sched/sch_cake.c:3216: + READ_ONCE(flow->cvars.drop_next)))); total: 0 errors, 23 warnings, 0 checks, 650 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 08f586f47806 ("net/sched: sch_cake: annotate data-races in cake_dump_stats()") 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, 23 warnings, 0 checks, 650 lines checked