public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] Trivial C99 patch for drivers/pnp/card.c
       [not found] <20030204214347.GA7235@debian>
@ 2003-02-04 19:32 ` Adam Belay
  0 siblings, 0 replies; only message in thread
From: Adam Belay @ 2003-02-04 19:32 UTC (permalink / raw)
  To: Art Haas; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-05  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20030204214347.GA7235@debian>
2003-02-04 19:32 ` [PATCH] Trivial C99 patch for drivers/pnp/card.c Adam Belay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox