Commit 5868ec26 authored by Linus Torvalds's avatar Linus Torvalds

mm: fix wake_page_function() comment typos

Sedat Dilek pointed out some silly comment typo issues.
Reported-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c7948fe9
...@@ -990,7 +990,7 @@ void __init pagecache_init(void) ...@@ -990,7 +990,7 @@ void __init pagecache_init(void)
/* /*
* The page wait code treats the "wait->flags" somewhat unusually, because * The page wait code treats the "wait->flags" somewhat unusually, because
* we have multiple different kinds of waits, not just he usual "exclusive" * we have multiple different kinds of waits, not just the usual "exclusive"
* one. * one.
* *
* We have: * We have:
...@@ -1011,7 +1011,7 @@ void __init pagecache_init(void) ...@@ -1011,7 +1011,7 @@ void __init pagecache_init(void)
* *
* This is the traditional exclusive wait. * This is the traditional exclusive wait.
* *
* (b) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM: * (c) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM:
* *
* The waiter is waiting to get the bit, and additionally wants the * The waiter is waiting to get the bit, and additionally wants the
* lock to be transferred to it for fair lock behavior. If the lock * lock to be transferred to it for fair lock behavior. If the lock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment