WARNING: Use a single space after Signed-off-by: #20: Signed-off-by: Padraig J Connolly WARNING: line length of 81 exceeds 80 columns #107: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11204: + test_bit(I40E_FLAG_MDD_AUTO_RESET_VF, pf->flags) ? "on" : "off"); WARNING: line length of 81 exceeds 80 columns #122: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11219: + test_bit(I40E_FLAG_MDD_AUTO_RESET_VF, pf->flags) ? "on" : "off"); WARNING: line length of 81 exceeds 80 columns #151: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11248: + vf->mdd_rx_events.last_printed = vf->mdd_rx_events.count; WARNING: line length of 81 exceeds 80 columns #158: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11255: + vf->mdd_tx_events.last_printed = vf->mdd_tx_events.count; WARNING: line length of 84 exceeds 80 columns #163: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11260: + if (is_printed && !test_bit(I40E_FLAG_MDD_AUTO_RESET_VF, pf->flags)) total: 0 errors, 6 warnings, 0 checks, 227 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 8ef2cb209d35 ("i40e: add ability to reset vf for tx and rx mdd events") 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, 6 warnings, 0 checks, 227 lines checked