Skip to content

Commit

Permalink
mm: page-flags.h: Typo fix (It -> If)
Browse files Browse the repository at this point in the history
The "If" was wrongly spelled as "It".

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Guo Ren <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Alexander Duyck <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Steven Price <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
guoren83 authored and torvalds committed Feb 26, 2021
1 parent a6c5e0f commit 4be408c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/page-flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,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 | \
Expand All @@ -821,7 +821,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
Expand Down

0 comments on commit 4be408c

Please sign in to comment.