diff options
Diffstat (limited to 'net/core/ethtool.c')
-rw-r--r-- | net/core/ethtool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 1a7db92037f..a0f4964033d 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c | |||
@@ -522,7 +522,7 @@ static int ethtool_get_rx_ntuple(struct net_device *dev, void __user *useraddr) | |||
522 | p += ETH_GSTRING_LEN; | 522 | p += ETH_GSTRING_LEN; |
523 | num_strings++; | 523 | num_strings++; |
524 | goto unknown_filter; | 524 | goto unknown_filter; |
525 | }; | 525 | } |
526 | 526 | ||
527 | /* now the rest of the filters */ | 527 | /* now the rest of the filters */ |
528 | switch (fsc->fs.flow_type) { | 528 | switch (fsc->fs.flow_type) { |
@@ -646,7 +646,7 @@ static int ethtool_get_rx_ntuple(struct net_device *dev, void __user *useraddr) | |||
646 | p += ETH_GSTRING_LEN; | 646 | p += ETH_GSTRING_LEN; |
647 | num_strings++; | 647 | num_strings++; |
648 | break; | 648 | break; |
649 | }; | 649 | } |
650 | sprintf(p, "\tVLAN: %d, mask: 0x%x\n", | 650 | sprintf(p, "\tVLAN: %d, mask: 0x%x\n", |
651 | fsc->fs.vlan_tag, fsc->fs.vlan_tag_mask); | 651 | fsc->fs.vlan_tag, fsc->fs.vlan_tag_mask); |
652 | p += ETH_GSTRING_LEN; | 652 | p += ETH_GSTRING_LEN; |