* [PATCH] staging: zcache: fix typos
@ 2011-08-22 18:50 Seth Jennings
2011-08-23 15:17 ` Dan Magenheimer
0 siblings, 1 reply; 3+ messages in thread
From: Seth Jennings @ 2011-08-22 18:50 UTC (permalink / raw)
To: gregkh; +Cc: ascardo, dan.magenheimer, sjenning, rdunlap, devel, linux-kernel
The patch fixes two typos in zcache-main.c
Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
---
drivers/staging/zcache/zcache-main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c
index 855a5bb..82054c9 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;
/*
* 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;
@@ -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:
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] staging: zcache: fix typos
2011-08-22 18:50 [PATCH] staging: zcache: fix typos Seth Jennings
@ 2011-08-23 15:17 ` Dan Magenheimer
2011-08-23 15:34 ` Seth Jennings
0 siblings, 1 reply; 3+ messages in thread
From: Dan Magenheimer @ 2011-08-23 15:17 UTC (permalink / raw)
To: Seth Jennings, gregkh; +Cc: ascardo, rdunlap, devel, linux-kernel
> From: Seth Jennings [mailto:sjenning@linux.vnet.ibm.com]
> Sent: Monday, August 22, 2011 12:50 PM
> To: gregkh@suse.de
> Cc: ascardo@holoscopio.com; Dan Magenheimer; sjenning@linux.vnet.ibm.com; rdunlap@xenotime.net;
> devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org
> Subject: [PATCH] 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>
Seth, I'm not very familiar with the process but I think this
kind of patch can go through the trivial patch monkey. See
Documentation/SubmittingPatches.
> ---
> drivers/staging/zcache/zcache-main.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c
> index 855a5bb..82054c9 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;
> /*
> * 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;
>
> @@ -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:
> --
> 1.7.4.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] staging: zcache: fix typos
2011-08-23 15:17 ` Dan Magenheimer
@ 2011-08-23 15:34 ` Seth Jennings
0 siblings, 0 replies; 3+ messages in thread
From: Seth Jennings @ 2011-08-23 15:34 UTC (permalink / raw)
To: Dan Magenheimer; +Cc: gregkh, ascardo, rdunlap, devel, linux-kernel
On 08/23/2011 10:17 AM, Dan Magenheimer wrote:
>> From: Seth Jennings [mailto:sjenning@linux.vnet.ibm.com]
>> Sent: Monday, August 22, 2011 12:50 PM
>> To: gregkh@suse.de
>> Cc: ascardo@holoscopio.com; Dan Magenheimer; sjenning@linux.vnet.ibm.com; rdunlap@xenotime.net;
>> devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org
>> Subject: [PATCH] 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>
>
> Seth, I'm not very familiar with the process but I think this
> kind of patch can go through the trivial patch monkey. See
> Documentation/SubmittingPatches.
>
Didn't know about that. I'll cc that in the future on patches
like this. Thanks for the tip.
>> ---
>> drivers/staging/zcache/zcache-main.c | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c
>> index 855a5bb..82054c9 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;
>> /*
>> * 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;
>>
>> @@ -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:
>> --
>> 1.7.4.1
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-23 15:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 18:50 [PATCH] staging: zcache: fix typos Seth Jennings
2011-08-23 15:17 ` Dan Magenheimer
2011-08-23 15:34 ` Seth Jennings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox