Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198579
b: refs/heads/master
c: a4ed89c
h: refs/heads/master
i:
  198577: 8b4505f
  198575: 8e4e7ba
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed May 24, 2010
1 parent 977e329 commit db9531a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f267de41fde594500cbbccb1b29acb4475f2da2
refs/heads/master: a4ed89cb92f93d406ac45fe5507228a2475e32ba
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ do { \
#define netif_vdbg(priv, type, dev, format, args...) \
({ \
if (0) \
netif_printk(KERN_DEBUG, dev, format, ##args); \
netif_printk(priv, type, KERN_DEBUG, dev, format, ##args); \
0; \
})
#endif
Expand Down

0 comments on commit db9531a

Please sign in to comment.