aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/loopback.c')
-rw-r--r--drivers/net/loopback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c
index 2cb6f1c8c6ed..690a1aae0b34 100644
--- a/drivers/net/loopback.c
+++ b/drivers/net/loopback.c
@@ -220,7 +220,7 @@ struct net_device loopback_dev = {
220 .ethtool_ops = &loopback_ethtool_ops, 220 .ethtool_ops = &loopback_ethtool_ops,
221}; 221};
222 222
223/* Setup and register the of the LOOPBACK device. */ 223/* Setup and register the loopback device. */
224int __init loopback_init(void) 224int __init loopback_init(void)
225{ 225{
226 struct net_device_stats *stats; 226 struct net_device_stats *stats;