WARNING: line length of 88 exceeds 80 columns #39: 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 93 exceeds 80 columns #42: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:1296: + SKB_GSO_TCP_FIXEDID_INNER : SKB_GSO_TCP_FIXEDID; WARNING: line length of 88 exceeds 80 columns #103: FILE: include/linux/netdevice.h:5298: + feature = ((netdev_features_t)gso_type << NETIF_F_GSO_SHIFT) & NETIF_F_GSO_MASK; WARNING: line length of 91 exceeds 80 columns #110: FILE: include/linux/netdevice.h:5304: + BUILD_BUG_ON(__SKB_GSO_TCP_FIXEDID != (NETIF_F_TSO_MANGLEID >> NETIF_F_GSO_SHIFT)); WARNING: line length of 81 exceeds 80 columns #168: 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, 138 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 2b0282eb6e6d ("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, 138 lines checked