public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adam Belay <ambx1@neo.rr.com>
To: Linus Torvalds <torvalds@transmeta.com>, Greg KH <greg@kroah.com>
Cc: Art Haas <ahaas@airmail.net>,
	"Grover, Andrew" <andrew.grover@intel.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] pnp - C99 patch for drivers/pnp/card.c from Art Haas (12/12) 2.5.59-bk3
Date: Sun, 9 Feb 2003 12:06:52 +0000	[thread overview]
Message-ID: <20030209120652.GA20983@neo.rr.com> (raw)

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


                 reply	other threads:[~2003-02-09 16:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030209120652.GA20983@neo.rr.com \
    --to=ambx1@neo.rr.com \
    --cc=ahaas@airmail.net \
    --cc=andrew.grover@intel.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --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