linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Cole <elenstev@mesatop.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Michael Hayes <mike@aiinc.ca>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Fix breakage caused by spelling 'fix'
Date: 06 Mar 2003 15:37:24 -0700	[thread overview]
Message-ID: <1046990244.4992.104.camel@spc9.esa.lanl.gov> (raw)
In-Reply-To: <Pine.LNX.4.44.0303061356030.8521-100000@home.transmeta.com>

On Thu, 2003-03-06 at 14:57, Linus Torvalds wrote:
> 
> On Thu, 6 Mar 2003, Michael Hayes wrote:
> >
> > This fixes a spelling "fix" that resulted in a compile error.
> > 
> > With apologies to Russell King.
> 
> Ugh, please make things like this just write out the full non-contracted 
> thing. Ie "cannot" is a perfectly fine word, we don't need to force 
> spelling errors.
> 
> 		Linus

For yet another alternative:

[steven@spc9 steven]$ cat -n hello.c
     1  #if 0
     2  /* This won't break anything */
     3  #include <bogus.h>
     4  #endif
     5
     6  #if 0
     7  * This won't compile
     8  #include <missing.h>
     9  #endif
    10
    11  #include <stdio.h>
    12  int main()
    13  {
    14          printf("Hello world!\n");
    15  }
[steven@spc9 steven]$ cc -c hello.c
hello.c:7:11: missing terminating ' character

--- linux-2.5.64/include/asm-arm/proc-fns.h.orig	Thu Mar  6 15:19:17 2003
+++ linux-2.5.64/include/asm-arm/proc-fns.h	Thu Mar  6 15:20:13 2003
@@ -124,9 +124,9 @@
 #endif /* __KERNEL__ */
 
 #if 0
- * The following is to fool mkdep into generating the correct
- * dependencies.  Without this, it can't figure out that this
- * file does indeed depend on the cpu-*.h files.
+/* The following is to fool mkdep into generating the correct */
+/* dependencies.  Without this, it can't figure out that this */
+/* file does indeed depend on the cpu-*.h files.              */
 #include <asm/cpu-single.h>
 #include <asm/cpu-multi26.h>
 #include <asm/cpu-multi32.h>



  reply	other threads:[~2003-03-06 22:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06 21:41 [PATCH] Fix breakage caused by spelling 'fix' Michael Hayes
2003-03-06 21:57 ` Linus Torvalds
2003-03-06 22:37   ` Steven Cole [this message]
2003-03-06 21:59 ` Marc-Christian Petersen
2003-03-06 22:28   ` John Bradford
2003-03-06 22:48     ` Tomas Szepe
2003-03-06 22:27 ` Russell King
2003-03-06 22:09 Michael Hayes

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=1046990244.4992.104.camel@spc9.esa.lanl.gov \
    --to=elenstev@mesatop.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike@aiinc.ca \
    --cc=torvalds@transmeta.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).