WARNING: line length of 88 exceeds 80 columns #96: FILE: drivers/net/ethernet/intel/iavf/iavf_main.c:1064: + bool (*condition)(struct iavf_adapter *, void *), WARNING: line length of 86 exceeds 80 columns #123: FILE: drivers/net/ethernet/intel/iavf/iavf_main.c:1091: + v_op = (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); WARNING: line length of 85 exceeds 80 columns #124: FILE: drivers/net/ethernet/intel/iavf/iavf_main.c:1092: + v_ret = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); total: 0 errors, 3 warnings, 0 checks, 183 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 ec3a47d5ad01 ("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, 3 warnings, 0 checks, 183 lines checked