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 <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>
  • Loading branch information
Himanshu Jha authored and Rafael J. Wysocki 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.