netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] skfddi: missing comma
@ 2004-02-24  6:01 Randy.Dunlap
  2004-02-24 18:30 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-02-24  6:01 UTC (permalink / raw)
  To: akpm; +Cc: netdev, jgarzik


Do you already have this?


// linux-263-feb23

diffstat:=
 drivers/net/skfp/skfddi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Naurp ./drivers/net/skfp/skfddi.c~skfddi ./drivers/net/skfp/skfddi.c
--- ./drivers/net/skfp/skfddi.c~skfddi	2004-02-23 16:07:11.000000000 -0800
+++ ./drivers/net/skfp/skfddi.c	2004-02-23 21:44:12.000000000 -0800
@@ -262,7 +262,7 @@ static int skfp_init_one(struct pci_dev 
 #endif
 	err = pci_request_regions(pdev, "skfddi");
 	if (err) {
-		printk(KERN_ERR "Cannot allocate resources for adapter %s\n"
+		printk(KERN_ERR "Cannot allocate resources for adapter %s\n",
 				pci_name(pdev));
 		goto err_out1;
 	}


--
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] skfddi: missing comma
  2004-02-24  6:01 [PATCH] skfddi: missing comma Randy.Dunlap
@ 2004-02-24 18:30 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-02-24 18:30 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: akpm, netdev

applied all four "[janitor] " patches, but this one patch(1) rejected.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-24 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-24  6:01 [PATCH] skfddi: missing comma Randy.Dunlap
2004-02-24 18:30 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).