浏览代码

[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>
Ralf Baechle 20 年之前
父节点
当前提交
2278364956
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/loopback.c

+ 1 - 1
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;