public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
To: Art Haas <ahaas@neosoft.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] C99 designated initializers for arch/i386
Date: 12 Oct 2002 22:59:03 +0200	[thread overview]
Message-ID: <87of9zs7ag.fsf@student.uni-tuebingen.de> (raw)
In-Reply-To: <20021012192154.GB2682@debian>

Art Haas <ahaas@neosoft.com> writes:

> Here's a set of patches that switch arch/i386 to use C99 named
> initiailzers. The patches are all against 2.5.42.
> 
> 
> --- linux-2.5.42/arch/i386/kernel/cpu/intel.c.old	2002-10-12 09:46:27.000000000 -0500
> +++ linux-2.5.42/arch/i386/kernel/cpu/intel.c	2002-10-12 09:53:20.000000000 -0500
> @@ -366,7 +366,7 @@
>  static struct cpu_dev intel_cpu_dev __initdata = {
>  	.c_vendor	= "Intel",
>  	.c_ident 	= { "GenuineIntel" },
> -	c_models: {
> +	.c_models = {
>  		{ X86_VENDOR_INTEL,	4,
>  		  { 
>  			  [0] "486 DX-25/33", 
                             ^

C99 doesn't allow not having a '=' there.

-- 
	Falk

      reply	other threads:[~2002-10-12 20:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-12 19:21 [PATCH] C99 designated initializers for arch/i386 Art Haas
2002-10-12 20:59 ` Falk Hueffner [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=87of9zs7ag.fsf@student.uni-tuebingen.de \
    --to=falk.hueffner@student.uni-tuebingen.de \
    --cc=ahaas@neosoft.com \
    --cc=linux-kernel@vger.kernel.org \
    /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