]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: zsmalloc: s/firstpage/page in new copy map funcs
authorSeth Jennings <sjenning@linux.vnet.ibm.com>
Wed, 18 Jul 2012 16:55:54 +0000 (11:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 02:28:08 +0000 (19:28 -0700)
commit6539a36c0cb9ec7f1c1633b535ac83b2bdf0ae6d
tree86a046ec1c71fc6b2893d7f3781bd870efac0f38
parent6ebb56d974b2c0b31effd1bb2bde554582a9ebd8
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 <sjenning@linux.vnet.ibm.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zsmalloc/zsmalloc-main.c