CHECK: Alignment should match open parenthesis #87: FILE: include/net/codel_impl.h:192: + WRITE_ONCE(vars->drop_next, codel_control_law(vars->drop_next, WARNING: line length of 87 exceeds 80 columns #90: FILE: include/net/codel_impl.h:194: + vars->rec_inv_sqrt)); CHECK: Alignment should match open parenthesis #104: FILE: include/net/codel_impl.h:211: + WRITE_ONCE(vars->drop_next, codel_control_law(vars->drop_next, WARNING: line length of 87 exceeds 80 columns #107: FILE: include/net/codel_impl.h:213: + vars->rec_inv_sqrt)); WARNING: line length of 86 exceeds 80 columns #202: FILE: net/sched/sch_codel.c:235: + codel_tdiff_t delta = READ_ONCE(q->vars.drop_next) - codel_get_time(); total: 0 errors, 3 warnings, 2 checks, 153 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 ea983c6f098f ("codel: annotate data-races in codel_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, 3 warnings, 2 checks, 153 lines checked