WARNING: line length of 87 exceeds 80 columns #67: FILE: net/sched/sch_cake.c:2154: + WRITE_ONCE(b->bulk_flow_count, b->bulk_flow_count + 1); WARNING: line length of 95 exceeds 80 columns #86: FILE: net/sched/sch_cake.c:2192: + WRITE_ONCE(b->bulk_flow_count, b->bulk_flow_count - 1); WARNING: line length of 95 exceeds 80 columns #95: FILE: net/sched/sch_cake.c:2211: + WRITE_ONCE(b->bulk_flow_count, b->bulk_flow_count - 1); WARNING: line length of 89 exceeds 80 columns #132: FILE: net/sched/sch_cake.c:3064: + PUT_TSTAT_U32(UNRESPONSIVE_FLOWS, READ_ONCE(b->unresponsive_flow_count)); total: 0 errors, 4 warnings, 0 checks, 96 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 94d56f6ccc20 ("net/sched: sch_cake: annotate data-races in cake_dump_stats() (II)") 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, 4 warnings, 0 checks, 96 lines checked