WARNING: line length of 83 exceeds 80 columns #63: FILE: net/core/filter.c:3691: + /* Clear encapsulation flag only when no tunnel GSO flags remain */ WARNING: line length of 101 exceeds 80 columns #77: FILE: net/core/filter.c:3705: + skb->encap_hdr_csum = !!(shinfo->gso_type & SKB_GSO_UDP_TUNNEL_CSUM); WARNING: line length of 101 exceeds 80 columns #78: FILE: net/core/filter.c:3706: + skb->remcsum_offload = !!(shinfo->gso_type & SKB_GSO_TUNNEL_REMCSUM); total: 0 errors, 3 warnings, 0 checks, 46 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 45d65e8f928f ("bpf: clear decap tunnel GSO state in skb_adjust_room") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 0 checks, 46 lines checked