aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ramster
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-05-07 11:26:07 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-08 19:05:28 -0400
commit01fdf901de6d1f0a6164c2cb6eb2f8eacffdf228 (patch)
tree32f2e0230d4083af3982817419f0df09caf01cbc /drivers/staging/ramster
parent99de0c2b341fc2d0f41ca9eadaa752c651c06b83 (diff)
staging: ramster: Fix typo in zcache-main.c
Correct spelling typo in zcache-main.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ramster')
-rw-r--r--drivers/staging/ramster/zcache-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/ramster/zcache-main.c b/drivers/staging/ramster/zcache-main.c
index c071111f06f..4e7ef0e6b79 100644
--- a/drivers/staging/ramster/zcache-main.c
+++ b/drivers/staging/ramster/zcache-main.c
@@ -1331,7 +1331,7 @@ static ssize_t zv_max_mean_zsize_store(struct kobject *kobj,
1331 * when that limit is reached, further puts will be rejected (until 1331 * when that limit is reached, further puts will be rejected (until
1332 * some pages have been flushed). Note that, due to compression, 1332 * some pages have been flushed). Note that, due to compression,
1333 * this number may exceed 100; it defaults to 75 and we set an 1333 * this number may exceed 100; it defaults to 75 and we set an
1334 * arbitary limit of 150. A poor choice will almost certainly result 1334 * arbitrary limit of 150. A poor choice will almost certainly result
1335 * in OOM's, so this value should only be changed prudently. 1335 * in OOM's, so this value should only be changed prudently.
1336 */ 1336 */
1337static ssize_t zv_page_count_policy_percent_show(struct kobject *kobj, 1337static ssize_t zv_page_count_policy_percent_show(struct kobject *kobj,
@@ -2004,7 +2004,7 @@ int zcache_pampd_replace_in_obj(void *new_pampd, struct tmem_obj *obj)
2004 * Called by the message handler after a (still compressed) page has been 2004 * Called by the message handler after a (still compressed) page has been
2005 * fetched from the remote machine in response to an "is_remote" tmem_get 2005 * fetched from the remote machine in response to an "is_remote" tmem_get
2006 * or persistent tmem_localify. For a tmem_get, "extra" is the address of 2006 * or persistent tmem_localify. For a tmem_get, "extra" is the address of
2007 * the page that is to be filled to succesfully resolve the tmem_get; for 2007 * the page that is to be filled to successfully resolve the tmem_get; for
2008 * a (persistent) tmem_localify, "extra" is NULL (as the data is placed only 2008 * a (persistent) tmem_localify, "extra" is NULL (as the data is placed only
2009 * in the local zcache). "data" points to "size" bytes of (compressed) data 2009 * in the local zcache). "data" points to "size" bytes of (compressed) data
2010 * passed in the message. In the case of a persistent remote get, if 2010 * passed in the message. In the case of a persistent remote get, if