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 #89: FILE: net/core/dev.c:12607: + gso_partial_features = netdev_increment_features(gso_partial_features, WARNING: line length of 97 exceeds 80 columns #90: FILE: net/core/dev.c:12608: + lower_dev->gso_partial_features, WARNING: line length of 99 exceeds 80 columns #91: FILE: net/core/dev.c:12609: + VIRTUAL_DEV_GSO_PARTIAL_FEATURES); WARNING: line length of 83 exceeds 80 columns #94: FILE: net/core/dev.c:12612: + lower_dev->vlan_features, WARNING: line length of 85 exceeds 80 columns #95: FILE: net/core/dev.c:12613: + VIRTUAL_DEV_VLAN_FEATURES); WARNING: line length of 85 exceeds 80 columns #99: FILE: net/core/dev.c:12617: + lower_dev->hw_enc_features, WARNING: line length of 85 exceeds 80 columns #100: FILE: net/core/dev.c:12618: + VIRTUAL_DEV_XFRM_FEATURES); WARNING: line length of 84 exceeds 80 columns #104: FILE: net/core/dev.c:12622: + lower_dev->hw_enc_features, WARNING: line length of 83 exceeds 80 columns #105: FILE: net/core/dev.c:12623: + VIRTUAL_DEV_ENC_FEATURES); WARNING: line length of 83 exceeds 80 columns #108: FILE: net/core/dev.c:12626: + lower_dev->mpls_features, WARNING: line length of 85 exceeds 80 columns #109: FILE: net/core/dev.c:12627: + VIRTUAL_DEV_MPLS_FEATURES); WARNING: line length of 83 exceeds 80 columns #134: FILE: net/core/dev.c:12652: + dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) total: 0 errors, 17 warnings, 0 checks, 110 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 593e647d243f ("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, 110 lines checked