WARNING: line length of 85 exceeds 80 columns #77: FILE: net/core/dev.c:12647: + * @update_header: whether to update upper device's header_len/headroom/tailroom WARNING: line length of 89 exceeds 80 columns #83: FILE: net/core/dev.c:12653: + unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; WARNING: line length of 86 exceeds 80 columns #102: FILE: net/core/dev.c:12672: + gso_partial_features = netdev_increment_features(gso_partial_features, WARNING: line length of 97 exceeds 80 columns #103: FILE: net/core/dev.c:12673: + lower_dev->gso_partial_features, WARNING: line length of 97 exceeds 80 columns #104: FILE: net/core/dev.c:12674: + UPPER_DEV_GSO_PARTIAL_FEATURES); WARNING: line length of 83 exceeds 80 columns #107: FILE: net/core/dev.c:12677: + lower_dev->vlan_features, WARNING: line length of 83 exceeds 80 columns #108: FILE: net/core/dev.c:12678: + UPPER_DEV_VLAN_FEATURES); WARNING: line length of 84 exceeds 80 columns #111: FILE: net/core/dev.c:12681: + lower_dev->hw_enc_features, WARNING: line length of 81 exceeds 80 columns #112: FILE: net/core/dev.c:12682: + UPPER_DEV_ENC_FEATURES); WARNING: line length of 93 exceeds 80 columns #116: FILE: net/core/dev.c:12686: + lower_dev->hw_enc_features, WARNING: line length of 91 exceeds 80 columns #117: FILE: net/core/dev.c:12687: + UPPER_DEV_XFRM_FEATURES); WARNING: line length of 83 exceeds 80 columns #120: FILE: net/core/dev.c:12690: + lower_dev->mpls_features, WARNING: line length of 83 exceeds 80 columns #121: FILE: net/core/dev.c:12691: + UPPER_DEV_MPLS_FEATURES); WARNING: line length of 89 exceeds 80 columns #126: FILE: net/core/dev.c:12696: + max_header_len = max(max_header_len, lower_dev->hard_header_len); WARNING: line length of 85 exceeds 80 columns #127: FILE: net/core/dev.c:12697: + max_headroom = max(max_headroom, lower_dev->needed_headroom); WARNING: line length of 85 exceeds 80 columns #128: FILE: net/core/dev.c:12698: + max_tailroom = max(max_tailroom, lower_dev->needed_tailroom); WARNING: line length of 83 exceeds 80 columns #146: FILE: net/core/dev.c:12716: + dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) total: 0 errors, 17 warnings, 0 checks, 125 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 881554a82f7f ("net: add a common function to compute features for upper devices") 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, 17 warnings, 0 checks, 125 lines checked