WARNING: line length of 84 exceeds 80 columns #34: FILE: include/linux/netdevice.h:5284: + NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | \ WARNING: line length of 82 exceeds 80 columns #39: FILE: include/linux/netdevice.h:5289: + NETIF_F_RXCSUM | NETIF_F_GSO_SOFTWARE | \ WARNING: line length of 84 exceeds 80 columns #45: FILE: include/linux/netdevice.h:5295: +#define VIRTUAL_DEV_XFRM_FEATURES (NETIF_F_HW_ESP | NETIF_F_HW_ESP_TX_CSUM | \ WARNING: line length of 89 exceeds 80 columns #70: 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 #71: 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 #88: FILE: net/core/dev.c:12606: + gso_partial_features = netdev_increment_features(gso_partial_features, WARNING: line length of 97 exceeds 80 columns #89: FILE: net/core/dev.c:12607: + lower_dev->gso_partial_features, WARNING: line length of 99 exceeds 80 columns #90: FILE: net/core/dev.c:12608: + VIRTUAL_DEV_GSO_PARTIAL_FEATURES); WARNING: line length of 83 exceeds 80 columns #93: FILE: net/core/dev.c:12611: + lower_dev->vlan_features, WARNING: line length of 85 exceeds 80 columns #94: FILE: net/core/dev.c:12612: + VIRTUAL_DEV_VLAN_FEATURES); WARNING: line length of 85 exceeds 80 columns #98: FILE: net/core/dev.c:12616: + lower_dev->hw_enc_features, WARNING: line length of 85 exceeds 80 columns #99: FILE: net/core/dev.c:12617: + VIRTUAL_DEV_XFRM_FEATURES); WARNING: line length of 84 exceeds 80 columns #103: FILE: net/core/dev.c:12621: + lower_dev->hw_enc_features, WARNING: line length of 83 exceeds 80 columns #104: FILE: net/core/dev.c:12622: + VIRTUAL_DEV_ENC_FEATURES); WARNING: line length of 83 exceeds 80 columns #107: FILE: net/core/dev.c:12625: + lower_dev->mpls_features, WARNING: line length of 85 exceeds 80 columns #108: FILE: net/core/dev.c:12626: + VIRTUAL_DEV_MPLS_FEATURES); WARNING: line length of 83 exceeds 80 columns #128: 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, 107 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 515c835da00f ("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, 107 lines checked