diff options
author | Kyle Spiers <ksspiers@google.com> | 2018-12-28 03:39:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-28 15:11:52 -0500 |
commit | 70c6066e19c15749b579dde7d5722c7d7fb05d57 (patch) | |
tree | 390c881e811df6f1fdd892644a239995d1dee5b3 | |
parent | 063a7d1d3623db31ca5d2309cab6030ebf93b72f (diff) |
include/linux/gfp.h: fix typo
Fix misspelled "satisfied"
Link: http://lkml.kernel.org/r/20181227232354.64562-1-ksspiers@google.com
Signed-off-by: Kyle Spiers <ksspiers@google.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 0705164f928c..5f5e25fd6149 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h | |||
@@ -81,7 +81,7 @@ struct vm_area_struct; | |||
81 | * | 81 | * |
82 | * %__GFP_HARDWALL enforces the cpuset memory allocation policy. | 82 | * %__GFP_HARDWALL enforces the cpuset memory allocation policy. |
83 | * | 83 | * |
84 | * %__GFP_THISNODE forces the allocation to be satisified from the requested | 84 | * %__GFP_THISNODE forces the allocation to be satisfied from the requested |
85 | * node with no fallbacks or placement policy enforcements. | 85 | * node with no fallbacks or placement policy enforcements. |
86 | * | 86 | * |
87 | * %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg. | 87 | * %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg. |