Skip to content

Commit

Permalink
freezer: Fix typo in freezable_schedule_timeout() comment
Browse files Browse the repository at this point in the history
Signed-off-by: Himanshu Jha <[email protected]>
Acked-by: Luis R. Rodriguez <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
himanshujha199640 authored and rafaeljw committed Nov 8, 2017
1 parent 95b982b commit 2dd9789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/freezer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2dd9789

Please sign in to comment.