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:	Thu, 7 Apr 2011 11:28:43 -0700
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Lucas De Marchi <lucas.demarchi@...fusion.mobi>
Cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	trivial@...nel.org, lucas.de.marchi@...il.com
Subject: Re: [GIT PULL] Fix common misspellings

On Wed, Apr 6, 2011 at 7:17 AM, Lucas De Marchi
<lucas.demarchi@...fusion.mobi> wrote:
> Hi Linus,
>
> On Thu, Mar 31, 2011 at 11:44 AM, Lucas De Marchi
> <lucas.demarchi@...fusion.mobi> wrote:
>> I've created a new patch, removing the copyright changes. New
>> patch can be pulled from:
>>
>> git://git.profusion.mobi/users/lucas/linux-2.6.git for-linus2
>
> Maybe you could consider this patch now that rc2 is out? It still
> applies cleanly on top of -rc2.

Ok, I pulled it, but some checking shows that not all of the
corrections are correct.

For example:

  @@ -557 +557 @@ struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
  	 * ressemble/resemble a fragmented message.

(this is with "word diff"), the "ressemble" was corrected to
"resemble". But the correct spelling in this case is actually
"reassemble".

Another example:

  @@ -317 +317 @@ static struct clk timer2_clk = {
          .usecount = 1,              /* REVISIT: why cant'can't' this
be disabled? */

where (cant') was changed into (can't') - notice the extra apostrophe
(it used to be there, just transposed with the 't' - there were at
least three of those).

Regardless, those were the only ones I _noticed_, there may well be
others. I'd suggest people try to find more. The easiest way I found
to go through it was:

   git show -U0 --color-words 25985edcedea

which makes it reasonably dense and easy to see.

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