Re: [PATCH] staging: rtl8723bs: replace msleep with usleep_range in rtw_cmd.c
From: Ethan Tidmore
Date: Wed Feb 04 2026 - 15:33:40 EST
On Wed Feb 4, 2026 at 7:44 AM CST, Haroen Tmimi wrote:
> checkpatch.pl issued a warning about msleep(10) not being at least 20ms.
> However, 10ms might not be precise enough.
>
> usleep_range(10000, 11000) is a better choice.
> It allows for a little flexibility in scheduling.
>
> Signed-off-by: Haroen Tmimi <tmimiharoen@xxxxxxxxx>
Looks good to me.
Reviewed-by: Ethan Tidmore <ethantidmore06@xxxxxxxxx>
ET