lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 23 Aug 2011 10:34:37 -0500
From:	Seth Jennings <sjenning@...ux.vnet.ibm.com>
To:	Dan Magenheimer <dan.magenheimer@...cle.com>
CC:	gregkh@...e.de, ascardo@...oscopio.com, rdunlap@...otime.net,
	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: zcache: fix typos

On 08/23/2011 10:17 AM, Dan Magenheimer wrote:
>> From: Seth Jennings [mailto:sjenning@...ux.vnet.ibm.com]
>> Sent: Monday, August 22, 2011 12:50 PM
>> To: gregkh@...e.de
>> Cc: ascardo@...oscopio.com; Dan Magenheimer; sjenning@...ux.vnet.ibm.com; rdunlap@...otime.net;
>> devel@...verdev.osuosl.org; linux-kernel@...r.kernel.org
>> Subject: [PATCH] staging: zcache: fix typos
>>
>> The patch fixes two typos in zcache-main.c
>>
>> Signed-off-by: Seth Jennings <sjenning@...ux.vnet.ibm.com>
> 
> Acked-by: Dan Magenheimer <dan.magenheimer@...cle.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
>>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ