* [PATCH] mm: fix spelling error
@ 2017-04-03 16:16 Hao Lee
2017-05-10 2:38 ` Wei Yang
0 siblings, 1 reply; 2+ messages in thread
From: Hao Lee @ 2017-04-03 16:16 UTC (permalink / raw)
To: akpm
Cc: alexander.h.duyck, mhocko, vbabka, mgorman, l.stach,
vdavydov.dev, linux-mm, linux-kernel, haolee.swjtu
Fix variable name error in comments. No code changes.
Signed-off-by: Hao Lee <haolee.swjtu@gmail.com>
---
include/linux/gfp.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/gfp.h b/include/linux/gfp.h
index db373b9..ff3d651 100644
--- a/include/linux/gfp.h
+++ b/include/linux/gfp.h
@@ -297,8 +297,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
- * zone to use given the lowest 4 bits of gfp_t. Entries are ZONE_SHIFT long
- * and there are 16 of them to cover all possible combinations of
+ * zone to use given the lowest 4 bits of gfp_t. Entries are GFP_ZONES_SHIFT
+ * bits long and there are 16 of them to cover all possible combinations of
* __GFP_DMA, __GFP_DMA32, __GFP_MOVABLE and __GFP_HIGHMEM.
*
* The zone fallback order is MOVABLE=>HIGHMEM=>NORMAL=>DMA32=>DMA.
--
2.9.3
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mm: fix spelling error
2017-04-03 16:16 [PATCH] mm: fix spelling error Hao Lee
@ 2017-05-10 2:38 ` Wei Yang
0 siblings, 0 replies; 2+ messages in thread
From: Wei Yang @ 2017-05-10 2:38 UTC (permalink / raw)
To: Hao Lee
Cc: akpm, alexander.h.duyck, mhocko, vbabka, mgorman, l.stach,
vdavydov.dev, linux-mm, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
On Tue, Apr 04, 2017 at 12:16:55AM +0800, Hao Lee wrote:
>Fix variable name error in comments. No code changes.
>
>Signed-off-by: Hao Lee <haolee.swjtu@gmail.com>
>---
> include/linux/gfp.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/include/linux/gfp.h b/include/linux/gfp.h
>index db373b9..ff3d651 100644
>--- a/include/linux/gfp.h
>+++ b/include/linux/gfp.h
>@@ -297,8 +297,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
>- * zone to use given the lowest 4 bits of gfp_t. Entries are ZONE_SHIFT long
>- * and there are 16 of them to cover all possible combinations of
>+ * zone to use given the lowest 4 bits of gfp_t. Entries are GFP_ZONES_SHIFT
>+ * bits long and there are 16 of them to cover all possible combinations of
> * __GFP_DMA, __GFP_DMA32, __GFP_MOVABLE and __GFP_HIGHMEM.
> *
> * The zone fallback order is MOVABLE=>HIGHMEM=>NORMAL=>DMA32=>DMA.
Looks good to me.
Acked-by: Wei Yang <richard.weiyang@gmail.com>
>--
>2.9.3
--
Wei Yang
Help you, Help me
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-10 2:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 16:16 [PATCH] mm: fix spelling error Hao Lee
2017-05-10 2:38 ` Wei Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox