scx_lavd: Fix typo

Fix "alreay" to "already".

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
This commit is contained in:
I Hsin Cheng 2024-10-02 17:39:10 +08:00
parent 073984fafb
commit 7fbef2aa0b

View File

@ -1061,7 +1061,7 @@ static void update_power_mode_time(void)
static int do_set_power_profile(s32 pm, int util)
{
/*
* Skip setting the mode if alreay in the same mode.
* Skip setting the mode if already in the same mode.
*/
if (power_mode == pm)
return 0;