From: Himanshu Jha Date: Sat, 4 Nov 2017 21:57:32 +0000 (+0530) Subject: freezer: Fix typo in freezable_schedule_timeout() comment X-Git-Tag: Ubuntu-5.0.0-8.9~3657^2~2^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2dd9789c76ffde05d5f4c56f45c3cb71b3936694;p=mirror_ubuntu-disco-kernel.git freezer: Fix typo in freezable_schedule_timeout() comment Signed-off-by: Himanshu Jha Acked-by: Luis R. Rodriguez Acked-by: Pavel Machek Signed-off-by: Rafael J. Wysocki --- diff --git a/include/linux/freezer.h b/include/linux/freezer.h index dd03e837ebb7..5b2cf48b2a7c 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h @@ -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)