diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index c4a91578dc965f59f8020eac023e51041576849f..c81f63e73c5fb0c8d7cd1552130b9dee234ebb51 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -175,7 +175,7 @@ enum fullness_group { * n <= N / f, where * n = number of allocated objects * N = total number of objects zspage can store - * f = 1/fullness_threshold_frac + * f = fullness_threshold_frac * * Similarly, we assign zspage to: * ZS_ALMOST_FULL when n > N / f