WARNING: line length of 82 exceeds 80 columns
#52: 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
#70: 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
#82: FILE: net/sched/sch_cake.c:674:
+				q->hosts[flow->srchost].srchost_bulk_flow_count);

WARNING: line length of 81 exceeds 80 columns
#86: FILE: net/sched/sch_cake.c:678:
+				q->hosts[flow->dsthost].dsthost_bulk_flow_count);

WARNING: line length of 98 exceeds 80 columns
#106: 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
#107: 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
#120: 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
#133: 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
#208: FILE: net/sched/sch_cake.c:2095:
+				cake_inc_srchost_bulk_flow_count(b, flow, q->flow_mode);

WARNING: line length of 88 exceeds 80 columns
#209: FILE: net/sched/sch_cake.c:2096:
+				cake_inc_dsthost_bulk_flow_count(b, flow, q->flow_mode);

WARNING: line length of 96 exceeds 80 columns
#243: FILE: net/sched/sch_cake.c:2132:
+					cake_dec_srchost_bulk_flow_count(b, flow, q->flow_mode);

WARNING: line length of 96 exceeds 80 columns
#244: FILE: net/sched/sch_cake.c:2133:
+					cake_dec_dsthost_bulk_flow_count(b, flow, q->flow_mode);

WARNING: line length of 96 exceeds 80 columns
#258: FILE: net/sched/sch_cake.c:2151:
+					cake_dec_srchost_bulk_flow_count(b, flow, q->flow_mode);

WARNING: line length of 96 exceeds 80 columns
#259: FILE: net/sched/sch_cake.c:2152:
+					cake_dec_dsthost_bulk_flow_count(b, flow, q->flow_mode);

total: 0 errors, 14 warnings, 0 checks, 216 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 0db98195f6e0 ("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, 216 lines checked