Skip to content

Commit

Permalink
mm: fix wake_page_function() comment typos
Browse files Browse the repository at this point in the history
Sedat Dilek pointed out some silly comment typo issues.

Reported-by: Sedat Dilek <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
torvalds committed Sep 20, 2020
1 parent c7948fe commit 5868ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ void __init pagecache_init(void)

/*
* 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.
*
* We have:
Expand All @@ -1011,7 +1011,7 @@ void __init pagecache_init(void)
*
* 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
* lock to be transferred to it for fair lock behavior. If the lock
Expand Down

0 comments on commit 5868ec2

Please sign in to comment.