From: Weijie Yang Date: Wed, 4 Jun 2014 23:11:08 +0000 (-0700) Subject: zsmalloc: fixup trivial zs size classes value in comments X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb52512a977854eca51d9b692c2f3be8a0e5eeb;p=pandora-kernel.git zsmalloc: fixup trivial zs size classes value in comments According to calculation, ZS_SIZE_CLASSES value is 255 on systems with 4K page size, not 254. The old value may forget count the ZS_MIN_ALLOC_SIZE in. This patch fixes this trivial issue in the comments. Signed-off-by: Weijie Yang Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed