WARNING: line length of 85 exceeds 80 columns #29: FILE: drivers/net/wireless/realtek/rtw89/coex.c:1763: + pcinfo->req_len = sizeof(pfwinfo->rpt_fbtc_cysta.finfo.v105); WARNING: line length of 85 exceeds 80 columns #30: FILE: drivers/net/wireless/realtek/rtw89/coex.c:1764: + fwsubver->fcxcysta = pfwinfo->rpt_fbtc_cysta.finfo.v105.fver; WARNING: line length of 84 exceeds 80 columns #42: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2446: + cnt_leak_slot = le16_to_cpu(pcysta->v105.slot_cnt[CXST_LK]); WARNING: line length of 83 exceeds 80 columns #43: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2447: + cnt_rx_imr = le32_to_cpu(pcysta->v105.leak_slot.cnt_rximr); WARNING: line length of 93 exceeds 80 columns #48: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2452: + if (le16_to_cpu(pcysta->v5.cycles) >= BTC_CYSTA_CHK_PERIOD && WARNING: line length of 96 exceeds 80 columns #56: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2460: + wl_slot_set = le16_to_cpu(dm->slot_now.v1[CXST_W1].dur); WARNING: line length of 96 exceeds 80 columns #58: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2462: + wl_slot_set = le16_to_cpu(dm->slot_now.v7[CXST_W1].dur); WARNING: line length of 97 exceeds 80 columns #59: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2463: + wl_slot_real = le16_to_cpu(pcysta->v105.cycle_time.tavg[CXT_WL]); WARNING: line length of 83 exceeds 80 columns #68: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2472: + /* Check diff time between real BT slot and EBT/E5G slot */ WARNING: line length of 89 exceeds 80 columns #70: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2474: + bt_slot_real = le16_to_cpu(pcysta->v105.cycle_time.tavg[CXT_BT]); WARNING: line length of 83 exceeds 80 columns #83: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2487: + le16_to_cpu(pcysta->v105.slot_cnt[CXST_E2G])); WARNING: line length of 82 exceeds 80 columns #85: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2489: + le16_to_cpu(pcysta->v105.slot_cnt[CXST_W1])); WARNING: line length of 82 exceeds 80 columns #87: FILE: drivers/net/wireless/realtek/rtw89/coex.c:2491: + le16_to_cpu(pcysta->v105.slot_cnt[CXST_B1])); WARNING: line length of 83 exceeds 80 columns #97: FILE: drivers/net/wireless/realtek/rtw89/coex.c:10750: +static int _show_fbtc_cysta_v105(struct rtw89_dev *rtwdev, char *buf, size_t bufsz) WARNING: line length of 81 exceeds 80 columns #190: FILE: drivers/net/wireless/realtek/rtw89/coex.c:10843: + le16_to_cpu(pcysta->slot_step_time[store_index])); WARNING: line length of 85 exceeds 80 columns #202: FILE: drivers/net/wireless/realtek/rtw89/coex.c:10855: + le16_to_cpu(pcysta->slot_step_time[store_index + 1])); total: 0 errors, 16 warnings, 0 checks, 254 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 c435c00674e9 ("wifi: rtw89: coex: Add cycle status report version 105") 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, 16 warnings, 0 checks, 254 lines checked