WARNING: line length of 81 exceeds 80 columns #54: FILE: drivers/net/ethernet/intel/iavf/iavf.h:610: +int iavf_poll_virtchnl_msg(struct iavf_hw *hw, struct iavf_arq_event_info *event, WARNING: line length of 81 exceeds 80 columns #55: FILE: drivers/net/ethernet/intel/iavf/iavf.h:611: + enum virtchnl_ops op_to_poll, unsigned int timeout_ms, WARNING: line length of 82 exceeds 80 columns #56: FILE: drivers/net/ethernet/intel/iavf/iavf.h:612: + bool (*condition)(struct iavf_adapter *, const void *), WARNING: line length of 85 exceeds 80 columns #114: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:70: + bool (*condition)(struct iavf_adapter *, const void *), WARNING: line length of 81 exceeds 80 columns #156: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:105: +int iavf_poll_virtchnl_msg(struct iavf_hw *hw, struct iavf_arq_event_info *event, WARNING: line length of 81 exceeds 80 columns #157: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:106: + enum virtchnl_ops op_to_poll, unsigned int timeout_ms, WARNING: line length of 82 exceeds 80 columns #158: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:107: + bool (*condition)(struct iavf_adapter *, const void *), WARNING: line length of 88 exceeds 80 columns #162: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:111: + unsigned long timeout = timeout_ms ? jiffies + msecs_to_jiffies(timeout_ms) : 0; WARNING: line length of 83 exceeds 80 columns #179: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:118: + if (timeout_ms && iavf_virtchnl_completion_done(adapter, condition, WARNING: line length of 87 exceeds 80 columns #180: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:119: + cond_data, op_to_poll)) WARNING: line length of 94 exceeds 80 columns #189: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:124: + received_op = (enum virtchnl_ops)le32_to_cpu(event->desc.cookie_high); WARNING: line length of 83 exceeds 80 columns #196: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:129: + (struct virtchnl_pf_event *)event->msg_buf; WARNING: line length of 81 exceeds 80 columns #202: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:131: + if (vpe->event != VIRTCHNL_EVENT_RESET_IMPENDING) WARNING: line length of 85 exceeds 80 columns #209: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:138: + IAVF_FLAG_RESET_PENDING); WARNING: line length of 99 exceeds 80 columns #218: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:147: + return virtchnl_status_to_errno((enum virtchnl_status_code) WARNING: line length of 84 exceeds 80 columns #222: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:151: + (enum iavf_status)v_retval, WARNING: line length of 89 exceeds 80 columns #223: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:152: + event->msg_buf, event->msg_len); WARNING: line length of 85 exceeds 80 columns #243: FILE: drivers/net/ethernet/intel/iavf/iavf_virtchnl.c:168: + if (iavf_virtchnl_completion_done(adapter, condition, cond_data, op_to_poll)) total: 0 errors, 18 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 7cedea884d9f ("iavf: refactor virtchnl polling into single function") 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, 18 warnings, 0 checks, 243 lines checked