diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-18 14:05:18 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-08-18 14:05:18 -0700 |
commit | 22783649568a28839c5a362f47da7819ecfcbb9f (patch) | |
tree | 19065dd333e9e4dd456f08cb8426544b24ba479e | |
parent | 001dd250c1c68667a5c3b74979fa614e2edc9ceb (diff) |
[NET]: Fix comment in loopback driver.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/loopback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index b33111e21313..1f61f0cc95d8 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c @@ -214,7 +214,7 @@ struct net_device loopback_dev = { .ethtool_ops = &loopback_ethtool_ops, }; -/* Setup and register the of the LOOPBACK device. */ +/* Setup and register the loopback device. */ int __init loopback_init(void) { struct net_device_stats *stats; |