Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/wireless/realtek/rtw88/rtw8822c.c:2860:54: warning: result of comparison of constant 2724 with expression of type 'u8' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 2860 | ret = read_poll_timeout(rtw_read8, iqk_chk, iqk_chk == IQK_DONE_8822C, | ~~~~~~~ ^ ~~~~~~~~~~~~~~ ../include/linux/iopoll.h:145:36: note: expanded from macro 'read_poll_timeout' 145 | poll_timeout_us((val) = op(args), cond, sleep_us, timeout_us, sleep_before_read) | ^~~~ ../include/linux/iopoll.h:49:7: note: expanded from macro 'poll_timeout_us' 49 | if (cond) { \ | ^~~~ 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/wireless/realtek/rtw88/rtw8822c.c:2852:54: warning: result of comparison of constant 2724 with expression of type 'u8' (aka 'unsigned char') is always false [-Wtautological-constant-out-of-range-compare] 2852 | ret = read_poll_timeout(rtw_read8, iqk_chk, iqk_chk == IQK_DONE_8822C, | ~~~~~~~ ^ ~~~~~~~~~~~~~~ ../include/linux/iopoll.h:145:36: note: expanded from macro 'read_poll_timeout' 145 | poll_timeout_us((val) = op(args), cond, sleep_us, timeout_us, sleep_before_read) | ^~~~ ../include/linux/iopoll.h:49:7: note: expanded from macro 'poll_timeout_us' 49 | if (cond) { \ | ^~~~ 1 warning generated.