aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@linux.vnet.ibm.com>2011-08-22 14:50:08 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 17:49:33 -0400
commit0428fec32c5fde013cb8223c248972941b18ca59 (patch)
tree79a3884781179da1b99e1263e7423227c4d319f2 /drivers/staging/zcache
parentdbe82eb1170c0095e0ce89676235e0b27d7040d1 (diff)
staging: zcache: fix typos
The patch fixes two typos in zcache-main.c Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/zcache')
-rw-r--r--drivers/staging/zcache/zcache-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c
index cdf0128fb55..6c0f001c358 100644
--- a/drivers/staging/zcache/zcache-main.c
+++ b/drivers/staging/zcache/zcache-main.c
@@ -651,7 +651,7 @@ static unsigned int zv_max_zsize = (PAGE_SIZE / 8) * 7;
651/* 651/*
652 * byte count defining poor *mean* compression; pages with greater zsize 652 * byte count defining poor *mean* compression; pages with greater zsize
653 * will be rejected until sufficient better-compressed pages are accepted 653 * will be rejected until sufficient better-compressed pages are accepted
654 * driving the man below this threshold 654 * driving the mean below this threshold
655 */ 655 */
656static unsigned int zv_max_mean_zsize = (PAGE_SIZE / 8) * 5; 656static unsigned int zv_max_mean_zsize = (PAGE_SIZE / 8) * 5;
657 657
@@ -1993,7 +1993,7 @@ static int __init zcache_init(void)
1993 pr_info("zcache: frontswap enabled using kernel " 1993 pr_info("zcache: frontswap enabled using kernel "
1994 "transcendent memory and xvmalloc\n"); 1994 "transcendent memory and xvmalloc\n");
1995 if (old_ops.init != NULL) 1995 if (old_ops.init != NULL)
1996 pr_warning("ktmem: frontswap_ops overridden"); 1996 pr_warning("zcache: frontswap_ops overridden");
1997 } 1997 }
1998#endif 1998#endif
1999out: 1999out: