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

freezer: Fix typo in freezable_schedule_timeout() comment

Signed-off-by: default avatarHimanshu Jha <himanshujha199640@gmail.com>
Acked-by: default avatarLuis R. Rodriguez <mcgrof@kernel.org>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 95b982b4
...@@ -181,7 +181,7 @@ static inline void freezable_schedule_unsafe(void) ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment