diff mbox series

include/linux/gfp.h: fix typo

Message ID 20181227232354.64562-1-ksspiers@google.com (mailing list archive)
State New, archived
Headers show
Series include/linux/gfp.h: fix typo | expand

Commit Message

Kyle Spiers Dec. 27, 2018, 11:23 p.m. UTC
Fix misspelled "satisfied"

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

Comments

Mike Rapoport Dec. 31, 2018, 6:28 a.m. UTC | #1
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
> 
>
diff mbox series

Patch

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.