WARNING: line length of 82 exceeds 80 columns #91: FILE: drivers/net/wireless/realtek/rtw89/fw.c:2872: + le32_encode_bits(params->tid, RTW89_H2C_BA_CAM_G7_W0_TID_MASK) | WARNING: line length of 86 exceeds 80 columns #95: FILE: drivers/net/wireless/realtek/rtw89/fw.c:2876: + le32_encode_bits(bmap_size, RTW89_H2C_BA_CAM_G7_W0_BMAP_SIZE_MASK) | WARNING: line length of 81 exceeds 80 columns #96: FILE: drivers/net/wireless/realtek/rtw89/fw.c:2877: + le32_encode_bits(params->ssn, RTW89_H2C_BA_CAM_G7_W0_SSN_MASK); WARNING: line length of 86 exceeds 80 columns #98: FILE: drivers/net/wireless/realtek/rtw89/fw.c:2879: + entry_idx += chip->bacam_dynamic_num; /* std entry right after dynamic ones */ WARNING: line length of 85 exceeds 80 columns #100: FILE: drivers/net/wireless/realtek/rtw89/fw.c:2881: + le32_encode_bits(entry_idx, RTW89_H2C_BA_CAM_G7_W1_ENTRY_IDX_MASK); total: 0 errors, 5 warnings, 0 checks, 151 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 26bbc790809c ("wifi: rtw89: 8922d: update BA cam format to G7") 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, 5 warnings, 0 checks, 151 lines checked