All of lore.kernel.org
 help / color / mirror / Atom feed
From: Seth Jennings <sjenning@linux.vnet.ibm.com>
To: Dan Magenheimer <dan.magenheimer@oracle.com>
Cc: gregkh@suse.de, ascardo@holoscopio.com, rdunlap@xenotime.net,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: zcache: fix typos
Date: Tue, 23 Aug 2011 10:34:37 -0500	[thread overview]
Message-ID: <4E53C88D.2050909@linux.vnet.ibm.com> (raw)
In-Reply-To: <319475b8-897e-4c32-b781-2c86541f0753@default>

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
>>


      reply	other threads:[~2011-08-23 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E53C88D.2050909@linux.vnet.ibm.com \
    --to=sjenning@linux.vnet.ibm.com \
    --cc=ascardo@holoscopio.com \
    --cc=dan.magenheimer@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.