Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2dd9789c authored by Himanshu Jha's avatar Himanshu Jha Committed by Rafael J. Wysocki
Browse files

freezer: Fix typo in freezable_schedule_timeout() comment

parent 95b982b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ static inline void freezable_schedule_unsafe(void)
}

/*
 * Like freezable_schedule_timeout(), but should not block the freezer.  Do not
 * Like schedule_timeout(), but should not block the freezer.  Do not
 * call this with locks held.
 */
static inline long freezable_schedule_timeout(long timeout)