From: Ralf Baechle Date: Thu, 18 Aug 2005 21:05:18 +0000 (-0700) Subject: [NET]: Fix comment in loopback driver. X-Git-Tag: v2.6.13-rc7~3^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22783649568a28839c5a362f47da7819ecfcbb9f;p=platform%2Fkernel%2Flinux-exynos.git [NET]: Fix comment in loopback driver. Signed-off-by: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index b33111e..1f61f0c 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;