public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adam Belay <ambx1@neo.rr.com>
To: Art Haas <ahaas@airmail.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Trivial C99 patch for drivers/pnp/card.c
Date: Tue, 4 Feb 2003 19:32:56 +0000	[thread overview]
Message-ID: <20030204193256.GD22089@neo.rr.com> (raw)
In-Reply-To: <20030204214347.GA7235@debian>

On Tue, Feb 04, 2003 at 03:43:47PM -0600, Art Haas wrote:
> Hi.
> 
> The following trivial patch switches this file to use C99 initializers.
> Please apply. Thanks.
> 
> Art Haas
> 
> ===== drivers/pnp/card.c 1.5 vs edited =====
> --- 1.5/drivers/pnp/card.c	Mon Jan 13 12:25:14 2003
> +++ edited/drivers/pnp/card.c	Tue Jan 14 10:34:42 2003
> @@ -43,8 +43,8 @@
>  }
>  
>  struct bus_type pnpc_bus_type = {
> -	name:	"pnp_card",
> -	match:	card_bus_match,
> +	.name	= "pnp_card",
> +	.match	= card_bus_match,
>  };
>  

Thanks, I'll send this out soon.

-Adam

           reply	other threads:[~2003-02-05  0:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20030204214347.GA7235@debian>]

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=20030204193256.GD22089@neo.rr.com \
    --to=ambx1@neo.rr.com \
    --cc=ahaas@airmail.net \
    --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