Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Himanshu Jha and committed by
Rafael J. Wysocki
2dd9789c 95b982b4

+1 -1
+1 -1
include/linux/freezer.h
··· 181 181 } 182 182 183 183 /* 184 - * Like freezable_schedule_timeout(), but should not block the freezer. Do not 184 + * Like schedule_timeout(), but should not block the freezer. Do not 185 185 * call this with locks held. 186 186 */ 187 187 static inline long freezable_schedule_timeout(long timeout)