Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64072
b: refs/heads/master
c: 16f3051
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Aug 15, 2007
1 parent 3b067cb commit 3afaa26
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: 6f93b9c28326df34b23a6c0dbe4c51d4654bdf0b
refs/heads/master: 16f3051b166bde3f1bd741783b64a8feebdb6f00
2 changes: 1 addition & 1 deletion trunk/net/8021q/vlanproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static int vlandev_seq_show(struct seq_file *seq, void *offset)
static const char fmt[] = "%30s %12lu\n";
int i;

if ((vlandev == NULL) || (!(vlandev->priv_flags & IFF_802_1Q_VLAN)))
if (!(vlandev->priv_flags & IFF_802_1Q_VLAN))
return 0;

seq_printf(seq, "%s VID: %d REORDER_HDR: %i dev->priv_flags: %hx\n",
Expand Down

0 comments on commit 3afaa26

Please sign in to comment.