All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pnp - C99 patch for drivers/pnp/card.c from Art Haas (11/13)
@ 2003-02-17 18:25 Adam Belay
  0 siblings, 0 replies; only message in thread
From: Adam Belay @ 2003-02-17 18:25 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, Linus Torvalds, Art Haas

This trivial contains C99 updates for card.c.  Credit for this patch should go
to Art Haas.

Please apply,
Adam


--- 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,
 };
 

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

only message in thread, other threads:[~2003-02-17 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-17 18:25 [PATCH] pnp - C99 patch for drivers/pnp/card.c from Art Haas (11/13) Adam Belay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.