Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

veth: Kill unused code label and code block.

Signed-off-by: David S. Miller <davem@davemloft.net>

-7
-7
drivers/net/veth.c
··· 148 148 149 149 return NETDEV_TX_OK; 150 150 151 - tx_drop: 152 - kfree_skb(skb); 153 - u64_stats_update_begin(&stats->syncp); 154 - stats->tx_dropped++; 155 - u64_stats_update_end(&stats->syncp); 156 - return NETDEV_TX_OK; 157 - 158 151 rx_drop: 159 152 u64_stats_update_begin(&rcv_stats->syncp); 160 153 rcv_stats->rx_dropped++;