Commit ac2e8e40 authored by Hao Lee's avatar Hao Lee Committed by Linus Torvalds

mm: fix spelling error

Fix variable name error in comments. No code changes.

Link: http://lkml.kernel.org/r/20170403161655.5081-1-haolee.swjtu@gmail.comSigned-off-by: default avatarHao Lee <haolee.swjtu@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9b7a8143
...@@ -313,8 +313,8 @@ static inline bool gfpflags_allow_blocking(const gfp_t gfp_flags) ...@@ -313,8 +313,8 @@ static inline bool gfpflags_allow_blocking(const gfp_t gfp_flags)
/* /*
* GFP_ZONE_TABLE is a word size bitstring that is used for looking up the * GFP_ZONE_TABLE is a word size bitstring that is used for looking up the
* zone to use given the lowest 4 bits of gfp_t. Entries are ZONE_SHIFT long * zone to use given the lowest 4 bits of gfp_t. Entries are GFP_ZONES_SHIFT
* and there are 16 of them to cover all possible combinations of * bits long and there are 16 of them to cover all possible combinations of
* __GFP_DMA, __GFP_DMA32, __GFP_MOVABLE and __GFP_HIGHMEM. * __GFP_DMA, __GFP_DMA32, __GFP_MOVABLE and __GFP_HIGHMEM.
* *
* The zone fallback order is MOVABLE=>HIGHMEM=>NORMAL=>DMA32=>DMA. * The zone fallback order is MOVABLE=>HIGHMEM=>NORMAL=>DMA32=>DMA.
......
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