staging: rtl8723bs: fix typo in rtw_pwrctrl.c

Fix spelling mistake: willl -> will

Signed-off-by: Maha Maryam Javaid <mahamaryamjavaid@gmail.com>
Reviewed-by: Luka Gejak <luka.gejak@linux.dev>
Link: https://patch.msgid.link/20260429034156.11523-1-mahamaryamjavaid@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Maha Maryam Javaid 2026-04-28 23:41:56 -04:00 committed by Greg Kroah-Hartman
parent 7b07c48f8e
commit fa093d85bd

View File

@ -576,7 +576,7 @@ void LPS_Leave_check(struct adapter *padapter)
*
* This will be called when CPWM interrupt is up.
*
* using to update cpwn of drv; and drv willl make a decision to up or down pwr level
* using to update cpwn of drv; and drv will make a decision to up or down pwr level
*/
void cpwm_int_hdl(struct adapter *padapter, struct reportpwrstate_parm *preportpwrstate)
{