WARNING: line length of 82 exceeds 80 columns #55: FILE: net/sched/sch_cake.c:644: + q->hosts[flow->srchost].srchost_bulk_flow_count < CAKE_QUEUES)) WARNING: line length of 82 exceeds 80 columns #73: FILE: net/sched/sch_cake.c:662: + q->hosts[flow->dsthost].dsthost_bulk_flow_count < CAKE_QUEUES)) WARNING: line length of 81 exceeds 80 columns #85: FILE: net/sched/sch_cake.c:674: + q->hosts[flow->srchost].srchost_bulk_flow_count); WARNING: line length of 81 exceeds 80 columns #89: FILE: net/sched/sch_cake.c:678: + q->hosts[flow->dsthost].dsthost_bulk_flow_count); WARNING: line length of 98 exceeds 80 columns #109: FILE: net/sched/sch_cake.c:833: + cake_dec_srchost_bulk_flow_count(q, &q->flows[outer_hash + k], flow_mode); WARNING: line length of 98 exceeds 80 columns #110: FILE: net/sched/sch_cake.c:834: + cake_dec_dsthost_bulk_flow_count(q, &q->flows[outer_hash + k], flow_mode); WARNING: line length of 104 exceeds 80 columns #123: FILE: net/sched/sch_cake.c:862: + cake_inc_srchost_bulk_flow_count(q, &q->flows[reduced_hash], flow_mode); WARNING: line length of 104 exceeds 80 columns #136: FILE: net/sched/sch_cake.c:886: + cake_inc_dsthost_bulk_flow_count(q, &q->flows[reduced_hash], flow_mode); WARNING: line length of 88 exceeds 80 columns #221: FILE: net/sched/sch_cake.c:2090: + cake_inc_srchost_bulk_flow_count(b, flow, q->flow_mode); WARNING: line length of 88 exceeds 80 columns #222: FILE: net/sched/sch_cake.c:2091: + cake_inc_dsthost_bulk_flow_count(b, flow, q->flow_mode); WARNING: line length of 96 exceeds 80 columns #256: FILE: net/sched/sch_cake.c:2127: + cake_dec_srchost_bulk_flow_count(b, flow, q->flow_mode); WARNING: line length of 96 exceeds 80 columns #257: FILE: net/sched/sch_cake.c:2128: + cake_dec_dsthost_bulk_flow_count(b, flow, q->flow_mode); WARNING: line length of 96 exceeds 80 columns #271: FILE: net/sched/sch_cake.c:2146: + cake_dec_srchost_bulk_flow_count(b, flow, q->flow_mode); WARNING: line length of 96 exceeds 80 columns #272: FILE: net/sched/sch_cake.c:2147: + cake_dec_dsthost_bulk_flow_count(b, flow, q->flow_mode); total: 0 errors, 14 warnings, 0 checks, 226 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 1388649ef4f4 ("sched: sch_cake: add bounds checks to host bulk flow fairness counts") 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, 14 warnings, 0 checks, 226 lines checked