* [PATCH] ipv6 compile fix, __FUNCTION__ pasting, 2.5.33
@ 2002-09-01 2:05 James Morris
2002-09-01 6:03 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: James Morris @ 2002-09-01 2:05 UTC (permalink / raw)
To: David S. Miller, kuznet; +Cc: netdev, linux-kernel
Another __FUNCTION__ pasting fix, for 2.5.33.
- James
--
James Morris
<jmorris@intercode.com.au>
diff -urN -X dontdiff linux-2.5.33.orig/net/ipv6/af_inet6.c linux-2.5.33.w1/net/ipv6/af_inet6.c
--- linux-2.5.33.orig/net/ipv6/af_inet6.c Sun Sep 1 11:34:46 2002
+++ linux-2.5.33.w1/net/ipv6/af_inet6.c Sun Sep 1 12:00:07 2002
@@ -663,8 +663,8 @@
sizeof(struct raw6_sock), 0,
SLAB_HWCACHE_ALIGN, 0, 0);
if (!tcp6_sk_cachep || !udp6_sk_cachep || !raw6_sk_cachep)
- printk(KERN_CRIT __FUNCTION__
- ": Can't create protocol sock SLAB caches!\n");
+ printk(KERN_CRIT "%s: Can't create protocol sock SLAB "
+ "caches!\n", __FUNCTION__);
/* Register the socket-side information for inet6_create. */
for(r = &inetsw6[0]; r < &inetsw6[SOCK_MAX]; ++r)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ipv6 compile fix, __FUNCTION__ pasting, 2.5.33
2002-09-01 2:05 [PATCH] ipv6 compile fix, __FUNCTION__ pasting, 2.5.33 James Morris
@ 2002-09-01 6:03 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-09-01 6:03 UTC (permalink / raw)
To: jmorris; +Cc: kuznet, netdev, linux-kernel
From: James Morris <jmorris@intercode.com.au>
Date: Sun, 1 Sep 2002 12:05:13 +1000 (EST)
Another __FUNCTION__ pasting fix, for 2.5.33.
Applied to my tree.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-01 6:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-01 2:05 [PATCH] ipv6 compile fix, __FUNCTION__ pasting, 2.5.33 James Morris
2002-09-01 6:03 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®