WARNING: line length of 118 exceeds 80 columns #143: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11192: + "%lld Tx Malicious Driver Detection events detected on PF %d VF %d MAC %pm. mdd-auto-reset-vfs=%s\n" : WARNING: line length of 81 exceeds 80 columns #175: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11224: + vf->mdd_rx_events.last_printed = vf->mdd_rx_events.count; WARNING: line length of 81 exceeds 80 columns #182: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11231: + vf->mdd_tx_events.last_printed = vf->mdd_tx_events.count; WARNING: line length of 84 exceeds 80 columns #187: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11236: + if (is_printed && !test_bit(I40E_FLAG_MDD_AUTO_RESET_VF, pf->flags)) total: 0 errors, 4 warnings, 0 checks, 243 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 218831663478 ("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, 4 warnings, 0 checks, 243 lines checked