WARNING: line length of 97 exceeds 80 columns #45: FILE: include/net/sch_generic.h:111: + unsigned int max_segment_size; /* minimum max_size of all children, 0 = use device MTU */ WARNING: line length of 88 exceeds 80 columns #86: FILE: net/core/dev.c:4134: + rc = dev_qdisc_enqueue(skb, q, &to_free, txq, dev->mtu); WARNING: line length of 95 exceeds 80 columns #117: FILE: net/sched/sch_api.c:1213: + /* Propagate TCQ_F_NEED_SEGMENT and max_segment_size to root Qdisc if needed */ WARNING: line length of 86 exceeds 80 columns #128: FILE: net/sched/sch_api.c:1222: + (child_max && child_max < root->max_segment_size)) total: 0 errors, 4 warnings, 0 checks, 148 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 bcd6c89f5a86 ("net_sched: Propagate per-qdisc max_segment_size for GSO segmentation") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 148 lines checked