mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-25 19:10:23 +00:00
scx_lavd: Fix typo
Fix "alreay" to "already". Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
This commit is contained in:
parent
073984fafb
commit
7fbef2aa0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user