Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm: fix wake_page_function() comment typos

Sedat Dilek pointed out some silly comment typo issues.

Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

+2 -2
+2 -2
mm/filemap.c
··· 990 990 991 991 /* 992 992 * The page wait code treats the "wait->flags" somewhat unusually, because 993 - * we have multiple different kinds of waits, not just he usual "exclusive" 993 + * we have multiple different kinds of waits, not just the usual "exclusive" 994 994 * one. 995 995 * 996 996 * We have: ··· 1011 1011 * 1012 1012 * This is the traditional exclusive wait. 1013 1013 * 1014 - * (b) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM: 1014 + * (c) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM: 1015 1015 * 1016 1016 * The waiter is waiting to get the bit, and additionally wants the 1017 1017 * lock to be transferred to it for fair lock behavior. If the lock