Skip to content

Commit

Permalink
staging: zcache: fix typos
Browse files Browse the repository at this point in the history
The patch fixes two typos in zcache-main.c

Signed-off-by: Seth Jennings <[email protected]>
Acked-by: Dan Magenheimer <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Seth Jennings authored and gregkh committed Aug 23, 2011
1 parent dbe82eb commit 0428fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ static unsigned int zv_max_zsize = (PAGE_SIZE / 8) * 7;
/*
* byte count defining poor *mean* compression; pages with greater zsize
* will be rejected until sufficient better-compressed pages are accepted
* driving the man below this threshold
* driving the mean below this threshold
*/
static unsigned int zv_max_mean_zsize = (PAGE_SIZE / 8) * 5;

Expand Down Expand Up @@ -1993,7 +1993,7 @@ static int __init zcache_init(void)
pr_info("zcache: frontswap enabled using kernel "
"transcendent memory and xvmalloc\n");
if (old_ops.init != NULL)
pr_warning("ktmem: frontswap_ops overridden");
pr_warning("zcache: frontswap_ops overridden");
}
#endif
out:
Expand Down

0 comments on commit 0428fec

Please sign in to comment.