]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
[NET]: Fix comment in loopback driver.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 18 Aug 2005 21:05:18 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Aug 2005 21:05:18 +0000 (14:05 -0700)
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>
drivers/net/loopback.c

index b33111e2131310e1d6b891772bcca697b2be2435..1f61f0cc95d81238a4120df48dc8a9afe2e067c0 100644 (file)
@@ -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;