All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include/linux/gfp.h: fix typo
@ 2018-12-27 23:23 ` Kyle Spiers
  0 siblings, 0 replies; 3+ messages in thread
From: Kyle Spiers @ 2018-12-27 23:23 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, Kyle Spiers

Fix misspelled "satisfied"

Signed-off-by: Kyle Spiers <ksspiers@google.com>
---
 include/linux/gfp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
  *
  * %__GFP_HARDWALL enforces the cpuset memory allocation policy.
  *
- * %__GFP_THISNODE forces the allocation to be satisified from the requested
+ * %__GFP_THISNODE forces the allocation to be satisfied from the requested
  * node with no fallbacks or placement policy enforcements.
  *
  * %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg.
-- 
2.20.1.415.g653613c723-goog



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] include/linux/gfp.h: fix typo
@ 2018-12-27 23:23 ` Kyle Spiers
  0 siblings, 0 replies; 3+ messages in thread
From: Kyle Spiers @ 2018-12-27 23:23 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, Kyle Spiers

Fix misspelled "satisfied"

Signed-off-by: Kyle Spiers <ksspiers@google.com>
---
 include/linux/gfp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
  *
  * %__GFP_HARDWALL enforces the cpuset memory allocation policy.
  *
- * %__GFP_THISNODE forces the allocation to be satisified from the requested
+ * %__GFP_THISNODE forces the allocation to be satisfied from the requested
  * node with no fallbacks or placement policy enforcements.
  *
  * %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg.
-- 
2.20.1.415.g653613c723-goog



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] include/linux/gfp.h: fix typo
  2018-12-27 23:23 ` Kyle Spiers
  (?)
@ 2018-12-31  6:28 ` Mike Rapoport
  -1 siblings, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2018-12-31  6:28 UTC (permalink / raw)
  To: Kyle Spiers; +Cc: akpm, linux-mm, linux-kernel

On Thu, Dec 27, 2018 at 03:23:54PM -0800, Kyle Spiers wrote:
> Fix misspelled "satisfied"
> 
> Signed-off-by: Kyle Spiers <ksspiers@google.com>

Acked-by: Mike Rapoport <rppt@linux.ibm.com>

> ---
>  include/linux/gfp.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
>   *
>   * %__GFP_HARDWALL enforces the cpuset memory allocation policy.
>   *
> - * %__GFP_THISNODE forces the allocation to be satisified from the requested
> + * %__GFP_THISNODE forces the allocation to be satisfied from the requested
>   * node with no fallbacks or placement policy enforcements.
>   *
>   * %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg.
> -- 
> 2.20.1.415.g653613c723-goog
> 
> 

-- 
Sincerely yours,
Mike.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-31  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27 23:23 [PATCH] include/linux/gfp.h: fix typo Kyle Spiers
2018-12-27 23:23 ` Kyle Spiers
2018-12-31  6:28 ` Mike Rapoport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.