WARNING: line length of 89 exceeds 80 columns #136: FILE: drivers/net/wireless/realtek/rtw89/coex.c:3315: + FIELD_GET(GENMASK(7, 0), val)); WARNING: line length of 81 exceeds 80 columns #179: FILE: drivers/net/wireless/realtek/rtw89/coex.c:3358: + gpio->ext_swin.data.in_map_high = FIELD_GET(GENMASK(15, 8), val); WARNING: line length of 82 exceeds 80 columns #180: FILE: drivers/net/wireless/realtek/rtw89/coex.c:3359: + gpio->ext_swin.data.int_map_low = FIELD_GET(GENMASK(23, 16), val); WARNING: line length of 83 exceeds 80 columns #181: FILE: drivers/net/wireless/realtek/rtw89/coex.c:3360: + gpio->ext_swin.data.int_map_high = FIELD_GET(GENMASK(31, 24), val); WARNING: line length of 81 exceeds 80 columns #304: FILE: drivers/net/wireless/realtek/rtw89/coex.c:11728: + sig = ver->fcxgpiodbg >= 8 ? i : _get_gpiosig_for_ver(rtwdev, i); total: 0 errors, 5 warnings, 0 checks, 533 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 ff6da557df37 ("wifi: rtw89: coex: complete GPIO debug configuration handler") 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, 533 lines checked