Commit 22783649 authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller

[NET]: Fix comment in loopback driver.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 001dd250
...@@ -214,7 +214,7 @@ struct net_device loopback_dev = { ...@@ -214,7 +214,7 @@ struct net_device loopback_dev = {
.ethtool_ops = &loopback_ethtool_ops, .ethtool_ops = &loopback_ethtool_ops,
}; };
/* Setup and register the of the LOOPBACK device. */ /* Setup and register the loopback device. */
int __init loopback_init(void) int __init loopback_init(void)
{ {
struct net_device_stats *stats; struct net_device_stats *stats;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment