summaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
diff options
context:
space:
mode:
authorSteve French2005-08-21 06:40:00 +0200
committerSteve French2005-08-21 06:40:00 +0200
commit646352319b6cd369750a706706810d87f6b6efa7 (patch)
treee7830e1276cbad7d29bf9471def4b8940592c3b7 /drivers/net/loopback.c
parent[CIFS] Finish cifs mount option which requests case insensitive path (diff)
parentDon't allow normal users to set idle IO priority (diff)
downloadkernel-qcow2-linux-646352319b6cd369750a706706810d87f6b6efa7.tar.gz
kernel-qcow2-linux-646352319b6cd369750a706706810d87f6b6efa7.tar.xz
kernel-qcow2-linux-646352319b6cd369750a706706810d87f6b6efa7.zip
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'drivers/net/loopback.c')
-rw-r--r--drivers/net/loopback.c2
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;