WARNING: line length of 150 exceeds 80 columns #33: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2956: + "Cannot add more MAC addresses, trusted VF %d uses %d out of %d MAC addresses\n", vf->vf_id, i40e_count_filters(vsi) + WARNING: line length of 89 exceeds 80 columns #34: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2957: + mac2add_cnt, I40E_VC_MAX_MACVLAN_PER_TRUSTED_VF(pf->num_alloc_vfs,num_ports))); ERROR: code indent should use tabs where possible #34: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2957: + mac2add_cnt, I40E_VC_MAX_MACVLAN_PER_TRUSTED_VF(pf->num_alloc_vfs,num_ports)));$ WARNING: please, no spaces at the start of a line #34: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2957: + mac2add_cnt, I40E_VC_MAX_MACVLAN_PER_TRUSTED_VF(pf->num_alloc_vfs,num_ports)));$ ERROR: space required after that ',' (ctx:VxV) #34: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2957: + mac2add_cnt, I40E_VC_MAX_MACVLAN_PER_TRUSTED_VF(pf->num_alloc_vfs,num_ports))); ^ total: 2 errors, 3 warnings, 0 checks, 9 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 540a28059512 ("PATCH: i40e Improve trusted VF MAC addresses logging when limit is reached") 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.