freezer: Fix typo in freezable_schedule_timeout() comment
Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> Acked-by: Luis R. Rodriguez <mcgrof@kernel.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
95b982b451
commit
2dd9789c76
@@ -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.
|
* call this with locks held.
|
||||||
*/
|
*/
|
||||||
static inline long freezable_schedule_timeout(long timeout)
|
static inline long freezable_schedule_timeout(long timeout)
|
||||||
|
|||||||
Reference in New Issue
Block a user