WARNING: line length of 81 exceeds 80 columns #42: FILE: drivers/net/ethernet/intel/ice/ice_ethtool.c:3040: + /* Provide default symmetric hash fields when no config exists */ WARNING: line length of 82 exceeds 80 columns #45: FILE: drivers/net/ethernet/intel/ice/ice_ethtool.c:3043: + nfc->data = RXH_IP_SRC | RXH_IP_DST | RXH_L4_B_0_1 | RXH_L4_B_2_3; WARNING: line length of 85 exceeds 80 columns #91: FILE: drivers/net/ethernet/intel/ice/ice_ethtool.c:3710: + new_hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ ? ERROR: code indent should use tabs where possible #116: FILE: drivers/net/ethernet/intel/ice/ice_lib.c:1184: + if (!vsi->rss_hfunc)$ WARNING: please, no spaces at the start of a line #116: FILE: drivers/net/ethernet/intel/ice/ice_lib.c:1184: + if (!vsi->rss_hfunc)$ total: 1 errors, 4 warnings, 0 checks, 82 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 35a9346fa303 ("ice: implement symmetric RSS hash configuration") 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.