WARNING: line length of 82 exceeds 80 columns #49: FILE: net/sched/sch_netem.c:822: + NL_SET_ERR_MSG(extack, "allocation of distribution table failed"); WARNING: line length of 82 exceeds 80 columns #70: FILE: net/sched/sch_netem.c:909: + NL_SET_ERR_MSG(extack, "incorrect gi model size"); WARNING: line length of 82 exceeds 80 columns #79: FILE: net/sched/sch_netem.c:928: + NL_SET_ERR_MSG(extack, "incorrect ge model size"); WARNING: line length of 81 exceeds 80 columns #88: FILE: net/sched/sch_netem.c:942: + NL_SET_ERR_MSG_FMT(extack, "unknown loss type %u", type); WARNING: line length of 94 exceeds 80 columns #114: FILE: net/sched/sch_netem.c:1020: +static int netem_change(struct Qdisc *sch, struct nlattr *opt, struct netlink_ext_ack *extack) WARNING: line length of 86 exceeds 80 columns #123: FILE: net/sched/sch_netem.c:1032: + ret = parse_attr(tb, TCA_NETEM_MAX, opt, netem_policy, sizeof(*qopt), extack); WARNING: line length of 84 exceeds 80 columns #129: FILE: net/sched/sch_netem.c:1037: + ret = get_dist_table(&delay_dist, tb[TCA_NETEM_DELAY_DIST], extack); WARNING: line length of 82 exceeds 80 columns #136: FILE: net/sched/sch_netem.c:1043: + ret = get_dist_table(&slot_dist, tb[TCA_NETEM_SLOT_DIST], extack); total: 0 errors, 8 warnings, 0 checks, 129 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 968c26fff8cb ("net/sched: netem: replace pr_info with netlink extack error messages") 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, 129 lines checked