Skip to content

Commit

Permalink
batman-adv: remove a misleading comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Corbet authored and Antonio Quartulli committed Aug 23, 2012
1 parent 1c9b055 commit 3a7f291
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/batman-adv/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3a7f291

Please sign in to comment.