WARNING: line length of 86 exceeds 80 columns #181: FILE: drivers/net/ethernet/intel/iavf/iavf_main.c:1121: + * Only local failures (no PF response received) need manual rollback. WARNING: line length of 83 exceeds 80 columns #267: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:623: + ret = iavf_send_pf_msg(adapter, VIRTCHNL_OP_ADD_ETH_ADDR, (u8 *)veal, len); WARNING: line length of 86 exceeds 80 columns #271: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:627: + "Unable to send ADD_ETH_ADDR message to PF, error %d\n", ret); WARNING: line length of 83 exceeds 80 columns #355: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3014: + if (iavf_clean_arq_element(hw, &event, &pending) == IAVF_SUCCESS) { WARNING: line length of 93 exceeds 80 columns #356: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3015: + received_op = (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); WARNING: line length of 84 exceeds 80 columns #361: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3020: + (enum iavf_status)v_retval, WARNING: line length of 87 exceeds 80 columns #362: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3021: + event.msg_buf, event.msg_len); WARNING: line length of 81 exceeds 80 columns #364: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3023: + if (condition(adapter, cond_data, received_op)) { total: 0 errors, 8 warnings, 0 checks, 286 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 1773a0f4e334 ("iavf: send MAC change request synchronously") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 8 warnings, 0 checks, 286 lines checked