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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 25 Aug 2008 12:05:28 +0100
From:	WANG Cong <xiyou.wangcong@...il.com>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	WANG Cong <xiyou.wangcong@...il.com>,
	LKML <linux-kernel@...r.kernel.org>, trivial@...nel.org
Subject: Re: [Patch] Trivial: fix "*er then" typos

On Fri, Aug 22, 2008 at 02:23:00PM -0700, Randy Dunlap wrote:
>On Fri, 22 Aug 2008 17:02:22 +0100 WANG Cong wrote:
>
>> 
>> Obviously, these "*er then" should be "*er than".
>> 
>> Signed-off-by: WANG Cong <wangcong@...ux.org>
>> Cc: trivial@...nel.org
>
>Mostly good...
>
>
>> diff --git a/drivers/media/video/usbvideo/ibmcam.c b/drivers/media/video/usbvideo/ibmcam.c
>> index 59166b7..caf4306 100644
>> --- a/drivers/media/video/usbvideo/ibmcam.c
>> +++ b/drivers/media/video/usbvideo/ibmcam.c
>> @@ -488,7 +488,7 @@ static enum ParseState ibmcam_parse_lines(
>>  	 * Now we are sure that entire line (representing all 'scanLength'
>>  	 * pixels from the camera) is available in the buffer. We
>>  	 * start copying the line left-aligned to the V4L buffer.
>> -	 * If the camera line is shorter then we should pad the V4L
>> +	 * If the camera line is shorter than we should pad the V4L
>
>This one should remain as "then".
>
>>  	 * buffer with something (black) to complete the line.
>>  	 */
>>  	assert(frame->data != NULL);
>> @@ -703,7 +703,7 @@ static enum ParseState ibmcam_model2_320x240_parse_lines(
>>  	 * pixels from the camera) is available in the scratch buffer. We
>>  	 * start copying the line left-aligned to the V4L buffer (which
>>  	 * might be larger - not smaller, hopefully). If the camera
>> -	 * line is shorter then we should pad the V4L buffer with something
>> +	 * line is shorter than we should pad the V4L buffer with something
>
>ditto.
>
>>  	 * (black in this case) to complete the line.
>>  	 */
>>  	f = frame->data + (v4l_linesize * frame->curline);
>
>> diff --git a/fs/ubifs/shrinker.c b/fs/ubifs/shrinker.c
>> index f248533..bfe0920 100644
>> --- a/fs/ubifs/shrinker.c
>> +++ b/fs/ubifs/shrinker.c
>> @@ -65,7 +65,7 @@ atomic_long_t ubifs_clean_zn_cnt;
>>   * @contention: if any contention, this is set to %1
>>   *
>>   * This function traverses TNC tree and frees clean znodes. It does not free
>> - * clean znodes which younger then @age. Returns number of freed znodes.
>> + * clean znodes which younger than @age. Returns number of freed znodes.
>
>                   which are younger
>

Thanks, Randy! I will send an updated patch soon.


-- 
"Sometimes the only way to stay sane is to go a little crazy."

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