========== checkpatch - FAILED WARNING: line length of 103 exceeds 80 columns #31: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2915: + int max_macvlan = I40E_VC_MAX_MACVLAN_PER_TRUSTED_VF(pf->num_alloc_vfs, hw->num_ports); ERROR: space prohibited after that open parenthesis '(' #41: FILE: drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:2942: + if ( new_count > I40E_VC_MAX_MAC_ADDR_PER_VF) { total: 1 errors, 1 warnings, 0 checks, 31 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 54a347374cc4 ("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.