WARNING: line length of 87 exceeds 80 columns #79: FILE: drivers/net/ethernet/intel/iavf/iavf.h:611: + bool (*condition)(struct iavf_adapter *, const void *), WARNING: line length of 93 exceeds 80 columns #246: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:2980: + bool (*condition)(struct iavf_adapter *, const void *), WARNING: line length of 87 exceeds 80 columns #275: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3009: + bool (*condition)(struct iavf_adapter *, const void *), WARNING: line length of 82 exceeds 80 columns #297: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3031: + if (iavf_virtchnl_done(adapter, condition, cond_data, v_opcode)) { WARNING: line length of 86 exceeds 80 columns #304: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3038: + v_op = (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); WARNING: line length of 85 exceeds 80 columns #305: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:3039: + v_ret = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); total: 0 errors, 6 warnings, 0 checks, 244 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 d4e337fef5f1 ("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, 6 warnings, 0 checks, 244 lines checked