WARNING: line length of 81 exceeds 80 columns #40: FILE: net/sched/sch_cake.c:816: + WRITE_ONCE(q->way_hits, q->way_hits + 1); WARNING: line length of 87 exceeds 80 columns #67: FILE: net/sched/sch_cake.c:1920: + WRITE_ONCE(b->decaying_flow_count, b->decaying_flow_count - 1); WARNING: line length of 91 exceeds 80 columns #90: FILE: net/sched/sch_cake.c:2152: + WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); WARNING: line length of 103 exceeds 80 columns #99: FILE: net/sched/sch_cake.c:2195: + WRITE_ONCE(b->decaying_flow_count, b->decaying_flow_count + 1); WARNING: line length of 99 exceeds 80 columns #104: FILE: net/sched/sch_cake.c:2198: + WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); WARNING: line length of 103 exceeds 80 columns #105: FILE: net/sched/sch_cake.c:2199: + WRITE_ONCE(b->decaying_flow_count, b->decaying_flow_count + 1); WARNING: line length of 99 exceeds 80 columns #116: FILE: net/sched/sch_cake.c:2207: + WRITE_ONCE(b->sparse_flow_count, b->sparse_flow_count - 1); WARNING: line length of 103 exceeds 80 columns #126: FILE: net/sched/sch_cake.c:2214: + WRITE_ONCE(b->decaying_flow_count, b->decaying_flow_count - 1); total: 0 errors, 8 warnings, 0 checks, 106 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 2f86c1ef306b ("net/sched: sch_cake: annotate data-races in cake_dump_stats() (I)") 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, 8 warnings, 0 checks, 106 lines checked