WARNING: line length of 83 exceeds 80 columns #127: FILE: drivers/net/wireless/realtek/rtw89/core.h:3433: + u8 rf_band[BTC_RF_NUM]; /* 0:2GHz/1:5GHz for MPI_bb_hwsi_ignore_gnt_wl() */ WARNING: line length of 84 exceeds 80 columns #203: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6435: + memcpy(h2c->osi.fbd_group_en, osi->fbd_group_en, sizeof(osi->fbd_group_en)); WARNING: line length of 81 exceeds 80 columns #206: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6438: + h2c->osi.rf_center_freq[i] = cpu_to_le16(osi->rf_center_freq[i]); WARNING: line length of 97 exceeds 80 columns #208: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6440: + h2c->osi.fbd_group_bound[i][j] = cpu_to_le16(osi->fbd_group_bound[i][j]); WARNING: line length of 97 exceeds 80 columns #213: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6445: + h2c->osi.freq_diff_thres[i][j] = cpu_to_le16(osi->freq_diff_thres[i][j]); WARNING: line length of 90 exceeds 80 columns #271: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6503: + memcpy(h2c->osi.bb_path_sel_bt, osi->bb_path_sel_bt, sizeof(osi->bb_path_sel_bt)); WARNING: line length of 87 exceeds 80 columns #272: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6504: + memcpy(h2c->osi.bb_phy_sel_bt, osi->bb_phy_sel_bt, sizeof(osi->bb_phy_sel_bt)); WARNING: line length of 84 exceeds 80 columns #273: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6505: + memcpy(h2c->osi.fbd_group_en, osi->fbd_group_en, sizeof(osi->fbd_group_en)); WARNING: line length of 81 exceeds 80 columns #276: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6508: + h2c->osi.rf_center_freq[i] = cpu_to_le16(osi->rf_center_freq[i]); WARNING: line length of 97 exceeds 80 columns #278: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6510: + h2c->osi.fbd_group_bound[i][j] = cpu_to_le16(osi->fbd_group_bound[i][j]); WARNING: line length of 97 exceeds 80 columns #283: FILE: drivers/net/wireless/realtek/rtw89/fw.c:6515: + h2c->osi.freq_diff_thres[i][j] = cpu_to_le16(osi->freq_diff_thres[i][j]); total: 0 errors, 11 warnings, 0 checks, 272 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 c5baf11be437 ("wifi: rtw89: coex: Update driver outsource info to firmware version 6") 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, 11 warnings, 0 checks, 272 lines checked