From f128e0ed866aa39dc4e43866fa8c886896b3b3cc Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 22 Oct 2015 09:03:27 +1100 Subject: [PATCH] zsmalloc-add-comments-for-inuse-to-zspage-v2-fix fix grammar Cc: Dan Streetman Cc: Hui Zhu Cc: Minchan Kim Cc: Sergey Senozhatsky Signed-off-by: Andrew Morton --- mm/zsmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 7195c9754e81..4396b82fabaf 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -38,7 +38,7 @@ * page->lru: links together first pages of various zspages. * Basically forming list of zspages in a fullness group. * page->mapping: class index and fullness group of the zspage - * page->inuse: the pages number that is used in this zspage + * page->inuse: the number of objects that are used in this zspage * * Usage of struct page flags: * PG_private: identifies the first component page -- 2.39.2