WARNING: line length of 82 exceeds 80 columns #499: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:594: + proto_hdr->type == VIRTCHNL_PROTO_HDR_GTPU_EH_PDU_DWN || WARNING: line length of 88 exceeds 80 columns #515: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:610: + hash_cfg->hdr_type = ICE_RSS_INNER_HEADERS_W_OUTER_IPV4; WARNING: line length of 88 exceeds 80 columns #517: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:612: + hash_cfg->hdr_type = ICE_RSS_INNER_HEADERS_W_OUTER_IPV6; WARNING: line length of 87 exceeds 80 columns #536: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:631: + VIRTCHNL_PROTO_HDR_IPV4_FRAG_PKID) && WARNING: line length of 88 exceeds 80 columns #542: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:637: + VIRTCHNL_PROTO_HDR_IPV4_FRAG_PKID); WARNING: line length of 90 exceeds 80 columns #545: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:640: + VIRTCHNL_PROTO_HDR_IPV6_EH_FRAG_PKID) && WARNING: line length of 91 exceeds 80 columns #551: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:646: + VIRTCHNL_PROTO_HDR_IPV6_EH_FRAG_PKID); WARNING: line length of 90 exceeds 80 columns #590: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:694: + * Return: true if both @cfg->hash_flds and @cfg->addl_hdrs are non-zero; false otherwise. WARNING: line length of 83 exceeds 80 columns #1139: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:1243: + ice_hash_cfg_record(&vf->hash_ctx.v4.ctx[ip_ctx_idx], cfg); WARNING: line length of 83 exceeds 80 columns #1141: FILE: drivers/net/ethernet/intel/ice/virt/rss.c:1245: + ice_hash_cfg_record(&vf->hash_ctx.v6.ctx[ip_ctx_idx], cfg); total: 0 errors, 10 warnings, 0 checks, 1575 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 c79407e1b9e0 ("ice: add virtchnl and VF context support for GTP RSS") 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, 10 warnings, 0 checks, 1575 lines checked