mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00:00
Fixed a small typo in the loopback driver
This is probably a result of the changes from commit 854d836 - [NET]: Dynamically allocate the loopback device, part 2 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
9ca20ebc26
commit
2d2c54e3d0
@ -242,7 +242,7 @@ static void loopback_setup(struct net_device *dev)
|
|||||||
| NETIF_F_NO_CSUM
|
| NETIF_F_NO_CSUM
|
||||||
| NETIF_F_HIGHDMA
|
| NETIF_F_HIGHDMA
|
||||||
| NETIF_F_LLTX
|
| NETIF_F_LLTX
|
||||||
| NETIF_F_NETNS_LOCAL,
|
| NETIF_F_NETNS_LOCAL;
|
||||||
dev->ethtool_ops = &loopback_ethtool_ops;
|
dev->ethtool_ops = &loopback_ethtool_ops;
|
||||||
dev->header_ops = ð_header_ops;
|
dev->header_ops = ð_header_ops;
|
||||||
dev->init = loopback_dev_init;
|
dev->init = loopback_dev_init;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user