netdev.vger.kernel.org archive mirror
 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; 3+ 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] 3+ messages in thread

* Re: [PATCH 4/3] rose: fix typo (regeistration)
  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
  0 siblings, 1 reply; 3+ messages in thread
From: David S. Miller @ 2005-09-27 22:45 UTC (permalink / raw)
  To: adobriyan; +Cc: ralf, linux-hams, netdev


I applied these four patches, they look find, thanks.

Ralf, let me know if you have any objections and I'll
back them out if so :-)

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

* Re: [PATCH 4/3] rose: fix typo (regeistration)
  2005-09-27 22:45 ` David S. Miller
@ 2005-09-28 11:28   ` Ralf Baechle DL5RB
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle DL5RB @ 2005-09-28 11:28 UTC (permalink / raw)
  To: David S. Miller; +Cc: adobriyan, linux-hams, netdev

On Tue, Sep 27, 2005 at 03:45:37PM -0700, David S. Miller wrote:

> I applied these four patches, they look find, thanks.
> 
> Ralf, let me know if you have any objections and I'll
> back them out if so :-)

No need to :-)

  Ralf

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

end of thread, other threads:[~2005-09-28 11:28 UTC | newest]

Thread overview: 3+ 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

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).