summaryrefslogtreecommitdiff
path: root/net/batman-adv/main.c
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2012-06-30 10:49:13 -0600
committerAntonio Quartulli <ordex@autistici.org>2012-08-23 14:02:44 +0200
commit3a7f291bf6d7ef81d45c54ccad4f5eda506076b4 (patch)
tree8829d3bd145d7d8853f8a0cc2a89918478be3d75 /net/batman-adv/main.c
parent1c9b0550f4813c4931b4e142c80f5c89be9489ec (diff)
batman-adv: remove a misleading comment
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>
Diffstat (limited to 'net/batman-adv/main.c')
-rw-r--r--net/batman-adv/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/batman-adv/main.c b/net/batman-adv/main.c
index 13c88b25ab31..2a1f24328b81 100644
--- a/net/batman-adv/main.c
+++ b/net/batman-adv/main.c
@@ -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)