__ipv6_regen_rndid typo fix

davej@codemonkey.org.uk
Mon, 24 Mar 2003 16:42:00 +0000


diff -urpN --exclude-from=/home/davej/.exclude bk-linus/net/ipv6/addrconf.c linux-2.5/net/ipv6/addrconf.c
--- bk-linus/net/ipv6/addrconf.c 2003-03-24 13:14:54.000000000 +0000
+++ linux-2.5/net/ipv6/addrconf.c 2003-03-24 13:19:01.000000000 +0000
@@ -1111,7 +1111,7 @@ regen:
if (time_before(idev->regen_timer.expires, jiffies)) {
idev->regen_timer.expires = 0;
printk(KERN_WARNING
- "__ipv6_regen_rndid(): too short regeneration interval; timer diabled for %s.\n",
+ "__ipv6_regen_rndid(): too short regeneration interval; timer disabled for %s.\n",
idev->dev->name);
in6_dev_put(idev);
return -1;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/