WARNING: line length of 88 exceeds 80 columns #79: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1293: + bool encap = rq->hw_gro_data->fk.control.flags & FLOW_DIS_ENCAPSULATION; WARNING: line length of 88 exceeds 80 columns #143: FILE: include/linux/netdevice.h:5324: + feature = ((netdev_features_t)gso_type << NETIF_F_GSO_SHIFT) & NETIF_F_GSO_MASK; WARNING: line length of 91 exceeds 80 columns #150: FILE: include/linux/netdevice.h:5330: + BUILD_BUG_ON(__SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); WARNING: line length of 81 exceeds 80 columns #173: FILE: include/linux/skbuff.h:712: + * If NETIF_F_TSO_MANGLEID is set it may mangle both inner and outer IDs. WARNING: line length of 81 exceeds 80 columns #211: FILE: net/ipv4/af_inet.c:1397: + fixedid = !!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCP_FIXEDID << encap)); total: 0 errors, 5 warnings, 0 checks, 175 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 edfb6a513974 ("net: gso: restore ids of outer ip headers correctly") 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, 5 warnings, 0 checks, 175 lines checked