* [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
* Re: [PATCH] typo in vlan debug code
2003-07-28 22:17 [PATCH] typo in vlan debug code Stephen Hemminger
@ 2003-07-28 23:27 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-07-28 23:27 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: netdev, greearb, vlan
On Mon, 28 Jul 2003 15:17:45 -0700
Stephen Hemminger <shemminger@osdl.org> wrote:
> VLAN won't build with debug enabled.
Applied to both 2.4.x and 2.5.x, thanks Stephen.
_______________________________________________
VLAN mailing list - VLAN@wanfear.com
http://www.WANfear.com/mailman/listinfo/vlan
VLAN Page: http://scry.wanfear.com/~greear/vlan.html
^ 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).