diff options
author | Himanshu Jha <himanshujha199640@gmail.com> | 2017-11-04 17:57:32 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-11-08 17:54:27 -0500 |
commit | 2dd9789c76ffde05d5f4c56f45c3cb71b3936694 (patch) | |
tree | 8b100f17f3daa6a28eaf45659e091600758bf2a4 | |
parent | 95b982b45122c57da2ee0b46cce70775e1d987af (diff) |
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>
-rw-r--r-- | include/linux/freezer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
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 | * call this with locks held. | 185 | * call this with locks held. |
186 | */ | 186 | */ |
187 | static inline long freezable_schedule_timeout(long timeout) | 187 | static inline long freezable_schedule_timeout(long timeout) |