All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/3] rose: fix typo (regeistration)
@ 2005-09-27 22:25 Alexey Dobriyan
  2005-09-27 22:45 ` David S. Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Dobriyan @ 2005-09-27 22:25 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-hams, netdev

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 net/rose/af_rose.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-rose-003/net/rose/af_rose.c
+++ linux-rose-004/net/rose/af_rose.c
@@ -1508,7 +1508,7 @@ static int __init rose_proto_init(void)
 		}
 		rc = register_netdev(dev);
 		if (rc) {
-			printk(KERN_ERR "ROSE: netdevice regeistration failed\n");
+			printk(KERN_ERR "ROSE: netdevice registration failed\n");
 			free_netdev(dev);
 			goto fail;
 		}


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

end of thread, other threads:[~2005-09-29  1:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-27 22:25 [PATCH 4/3] rose: fix typo (regeistration) Alexey Dobriyan
2005-09-27 22:45 ` David S. Miller
2005-09-28 11:28   ` Ralf Baechle DL5RB
2005-09-28 23:32     ` PATH matter with SCC card and aprsd IZ4EFN Alessio
2005-09-29  1:24       ` Hamish Moffatt

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.