WARNING: Use a single space after Signed-off-by: #31: Signed-off-by: Padraig J Connolly CHECK: Alignment should match open parenthesis #113: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11218: +static void i40e_print_vf_mdd_event(struct i40e_pf *pf, struct i40e_vf *vf, + bool is_tx) WARNING: line length of 118 exceeds 80 columns #116: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11221: + "%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 #122: FILE: drivers/net/ethernet/intel/i40e/i40e_main.c:11227: + 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:11256: + 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:11263: + 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:11268: + if (is_printed && !test_bit(I40E_FLAG_MDD_AUTO_RESET_VF, pf->flags)) total: 0 errors, 6 warnings, 1 checks, 216 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 97cfad89b3d2 ("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, 1 checks, 216 lines checked