From: Guo Ren Date: Thu, 31 Dec 2020 22:04:31 +0000 (+0000) Subject: mm: page-flags.h: Typo fix (It -> If) X-Git-Tag: howlett/maple_spf/20210104~117 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7addb168422256963ab47ff316140b150b50f5d2;p=users%2Fjedix%2Flinux-maple.git mm: page-flags.h: Typo fix (It -> If) The "If" was wrongly spelled as "It". Link: https://lkml.kernel.org/r/1608959036-91409-1-git-send-email-guoren@kernel.org Signed-off-by: Guo Ren Cc: Oscar Salvador Cc: Alexander Duyck Cc: David Hildenbrand Cc: Steven Price Signed-off-by: Andrew Morton --- diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index ec5d0290e0eeb..bc6fd1ee7dd61 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -816,7 +816,7 @@ static inline void ClearPageSlabPfmemalloc(struct page *page) /* * Flags checked when a page is freed. Pages being freed should not have - * these flags set. It they are, there is a problem. + * these flags set. If they are, there is a problem. */ #define PAGE_FLAGS_CHECK_AT_FREE \ (1UL << PG_lru | 1UL << PG_locked | \ @@ -827,7 +827,7 @@ static inline void ClearPageSlabPfmemalloc(struct page *page) /* * Flags checked when a page is prepped for return by the page allocator. - * Pages being prepped should not have these flags set. It they are set, + * Pages being prepped should not have these flags set. If they are set, * there has been a kernel bug or struct page corruption. * * __PG_HWPOISON is exceptional because it needs to be kept beyond page's