linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] freezer: Fix typo in commnent to function freezable_schedule_timeout()
@ 2017-11-04 21:57 Himanshu Jha
  2017-11-04 22:02 ` Pavel Machek
  2017-11-07 19:52 ` Luis R. Rodriguez
  0 siblings, 2 replies; 5+ messages in thread
From: Himanshu Jha @ 2017-11-04 21:57 UTC (permalink / raw)
  To: rjw; +Cc: pavel, len.brown, linux-pm, linux-kernel, mcgrof, Himanshu Jha

Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
---
 include/linux/freezer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/freezer.h b/include/linux/freezer.h
index 3995df1..21f5aa0 100644
--- a/include/linux/freezer.h
+++ b/include/linux/freezer.h
@@ -182,7 +182,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)
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-07 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-04 21:57 [PATCH] freezer: Fix typo in commnent to function freezable_schedule_timeout() Himanshu Jha
2017-11-04 22:02 ` Pavel Machek
2017-11-06 11:27   ` Himanshu Jha
2017-11-06 11:38     ` Pavel Machek
2017-11-07 19:52 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).