WARNING: line length of 93 exceeds 80 columns #62: FILE: lib/test_bpf.c:15099: + skb_shinfo(skb[0])->gso_type |= SKB_GSO_UDP_TUNNEL|SKB_GSO_TCP_FIXEDID|SKB_GSO_DODGY; CHECK: spaces preferred around that '|' (ctx:VxV) #62: FILE: lib/test_bpf.c:15099: + skb_shinfo(skb[0])->gso_type |= SKB_GSO_UDP_TUNNEL|SKB_GSO_TCP_FIXEDID|SKB_GSO_DODGY; ^ CHECK: spaces preferred around that '|' (ctx:VxV) #62: FILE: lib/test_bpf.c:15099: + skb_shinfo(skb[0])->gso_type |= SKB_GSO_UDP_TUNNEL|SKB_GSO_TCP_FIXEDID|SKB_GSO_DODGY; ^ WARNING: line length of 83 exceeds 80 columns #94: FILE: lib/test_bpf.c:15145: + NETIF_F_TSO_ECN | NETIF_F_TSO_MANGLEID | NETIF_F_TSO6 | WARNING: line length of 88 exceeds 80 columns #95: FILE: lib/test_bpf.c:15146: + NETIF_F_GSO_SCTP | NETIF_F_GSO_UDP_L4 | NETIF_F_GSO_FRAGLIST total: 0 errors, 3 warnings, 2 checks, 76 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 805b03b379be ("test_bpf: Introduce an skb_segment test for frag_list whose head_frag=true and gso_size was mangled") 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, 3 warnings, 2 checks, 76 lines checked