batman-adv: remove a misleading comment
authorJonathan Corbet <corbet@lwn.net>
Sat, 30 Jun 2012 16:49:13 +0000 (10:49 -0600)
committerAntonio Quartulli <ordex@autistici.org>
Thu, 23 Aug 2012 12:02:44 +0000 (14:02 +0200)
As much as I'm happy to see LWN links sprinkled through the kernel by the
dozen, this one in particular reflects a very old state of reality; the
associated comment is now incorrect.  So just delete it.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/main.c

index 13c88b2..2a1f243 100644 (file)
@@ -58,9 +58,6 @@ static int __init batadv_init(void)
 
        batadv_iv_init();
 
-       /* the name should not be longer than 10 chars - see
-        * http://lwn.net/Articles/23634/
-        */
        batadv_event_workqueue = create_singlethread_workqueue("bat_events");
 
        if (!batadv_event_workqueue)