From: Seth Jennings Date: Wed, 18 Jul 2012 16:55:54 +0000 (-0500) Subject: staging: zsmalloc: s/firstpage/page in new copy map funcs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~952 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6539a36c0cb9ec7f1c1633b535ac83b2bdf0ae6d;p=pandora-kernel.git staging: zsmalloc: s/firstpage/page in new copy map funcs firstpage already has precedent and meaning the first page of a zspage. In the case of the copy mapping functions, it is the first of a pair of pages needing to be mapped. This patch just renames the firstpage argument to "page" to avoid confusion. Signed-off-by: Seth Jennings Acked-by: Minchan Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed