From: Nitin Gupta Date: Mon, 13 Feb 2012 04:04:45 +0000 (-0500) Subject: staging: zram: Rename module parameter X-Git-Tag: v3.4-rc1~186^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa5a90116be97cd15deac3f45b602c2e5c5fb58;p=pandora-kernel.git staging: zram: Rename module parameter zram accepts number of devices to be created as a module parameter. This was renamed from num_devices to zram_num_devices (without updating the documentation!) since num_devices was declared as a non-static global variable, polluting the global namespace. Now, we declare it as a static variable and revert back the name change. The documentation (zram.txt) already mentions num_devices as the module parameter name. Signed-off-by: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed