WARNING: line length of 84 exceeds 80 columns #35: FILE: include/linux/netdev_features.h:260: + NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | \ WARNING: line length of 82 exceeds 80 columns #40: FILE: include/linux/netdev_features.h:265: + NETIF_F_RXCSUM | NETIF_F_GSO_SOFTWARE | \ WARNING: line length of 84 exceeds 80 columns #46: FILE: include/linux/netdev_features.h:271: +#define VIRTUAL_DEV_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \ WARNING: line length of 89 exceeds 80 columns #82: FILE: net/core/dev.c:12588: + unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; WARNING: line length of 82 exceeds 80 columns #83: FILE: net/core/dev.c:12589: + netdev_features_t gso_partial_features = VIRTUAL_DEV_GSO_PARTIAL_FEATURES; WARNING: line length of 86 exceeds 80 columns #100: FILE: net/core/dev.c:12606: + gso_partial_features = netdev_increment_features(gso_partial_features, WARNING: line length of 97 exceeds 80 columns #101: FILE: net/core/dev.c:12607: + lower_dev->gso_partial_features, WARNING: line length of 99 exceeds 80 columns #102: FILE: net/core/dev.c:12608: + VIRTUAL_DEV_GSO_PARTIAL_FEATURES); WARNING: line length of 83 exceeds 80 columns #105: FILE: net/core/dev.c:12611: + lower_dev->vlan_features, WARNING: line length of 85 exceeds 80 columns #106: FILE: net/core/dev.c:12612: + VIRTUAL_DEV_VLAN_FEATURES); WARNING: line length of 84 exceeds 80 columns #109: FILE: net/core/dev.c:12615: + lower_dev->hw_enc_features, WARNING: line length of 83 exceeds 80 columns #110: FILE: net/core/dev.c:12616: + VIRTUAL_DEV_ENC_FEATURES); WARNING: line length of 85 exceeds 80 columns #114: FILE: net/core/dev.c:12620: + lower_dev->hw_enc_features, WARNING: line length of 85 exceeds 80 columns #115: FILE: net/core/dev.c:12621: + VIRTUAL_DEV_XFRM_FEATURES); WARNING: line length of 83 exceeds 80 columns #119: FILE: net/core/dev.c:12625: + lower_dev->mpls_features, WARNING: line length of 85 exceeds 80 columns #120: FILE: net/core/dev.c:12626: + VIRTUAL_DEV_MPLS_FEATURES); WARNING: line length of 83 exceeds 80 columns #140: FILE: net/core/dev.c:12646: + dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) total: 0 errors, 17 warnings, 0 checks, 113 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 875a90299bdd ("net: add a common function to compute features from lowers devices") 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, 17 warnings, 0 checks, 113 lines checked