netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] typo in vlan debug code
@ 2003-07-28 22:17 Stephen Hemminger
  2003-07-28 23:27 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-07-28 22:17 UTC (permalink / raw)
  To: Ben Greear, David S. Miller; +Cc: Linux 802.1Q VLAN, netdev

VLAN won't build with debug enabled.

diff -Nru a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c
--- a/net/8021q/vlan_dev.c	Mon Jul 28 15:05:34 2003
+++ b/net/8021q/vlan_dev.c	Mon Jul 28 15:05:34 2003
@@ -170,7 +170,7 @@
 
 #ifdef VLAN_DEBUG
 		printk(VLAN_DBG "%s: dropping skb: %p because came in on wrong device, dev: %s  real_dev: %s, skb_dev: %s\n",
-			__FUNCTION__ skb, dev->name, 
+			__FUNCTION__, skb, dev->name, 
 			VLAN_DEV_INFO(skb->dev)->real_dev->name, 
 			skb->dev->name);
 #endif

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

end of thread, other threads:[~2003-07-28 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-28 22:17 [PATCH] typo in vlan debug code Stephen Hemminger
2003-07-28 23:27 ` 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;
as well as URLs for NNTP newsgroup(s).