WARNING: line length of 85 exceeds 80 columns #37: FILE: net/sched/sch_cake.c:2585: + struct netlink_ext_ack *extack, bool *overhead_changed) WARNING: line length of 81 exceeds 80 columns #154: FILE: net/sched/sch_cake.c:2841: +static void cake_config_replace(struct Qdisc *sch, struct cake_sched_config *cfg) WARNING: line length of 84 exceeds 80 columns #206: FILE: net/sched/sch_cake.c:3219: + ret = cake_config_change(&priv->cake_config, opt, extack, &_unused); WARNING: line length of 83 exceeds 80 columns #216: FILE: net/sched/sch_cake.c:3229: + cake_config_replace(priv->mq_priv.qdiscs[ntx], &priv->cake_config); WARNING: line length of 85 exceeds 80 columns #240: FILE: net/sched/sch_cake.c:3251: + ret = cake_config_change(&priv->cake_config, opt, extack, &overhead_changed); WARNING: line length of 101 exceeds 80 columns #246: FILE: net/sched/sch_cake.c:3257: + struct Qdisc *chld = rtnl_dereference(netdev_get_tx_queue(dev, ntx)->qdisc_sleeping); total: 0 errors, 6 warnings, 0 checks, 233 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 575476935308 ("net/sched: sch_cake: Share config across cake_mq sub-qdiscs") 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, 6 warnings, 0 checks, 233 lines checked