networking/*: remove superfluous comments
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Oct 2010 00:24:48 +0000 (02:24 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 30 Oct 2010 00:24:48 +0000 (02:24 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/arping.c
networking/libiproute/iplink.c
networking/libiproute/libnetlink.c
networking/libiproute/utils.c
networking/tc.c

index f2b12ed04d3ad235605c2a93ddcf8c6ba36a04b6..6f6b59cfba73be911be31bd9b4459ed1464d61a5 100644 (file)
@@ -1,10 +1,8 @@
 /* vi: set sw=4 ts=4: */
 /*
- * arping.c - Ping hosts by ARP requests/replies
- *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  *
- * Author:     Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
+ * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
  * Busybox port: Nick Fedchik <nick@fedchik.org.ua>
  */
 
index 5a86ce67847cabe1fd90c9aa71906e482f6f9ee0..82ab979a5be9de6335d2551cf1f6d8cc4d436385 100644 (file)
@@ -1,7 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * iplink.c "ip link".
- *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
index 3a37d97f87cb6ae9591ce63a4d15a81bd6658247..7291ee2f1056c853c2ca88fc7e4857a30d80295f 100644 (file)
@@ -1,7 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * RTnetlink service routines.
- *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version
index 24698864dd179c7dcfb34c3f550517cfb136644e..d32db8de5d087ac92dd270cc8f4d1859c485bc99 100644 (file)
@@ -1,7 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * utils.c
- *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
index 9242741e4940adb6432dac9933e0f8fe499eebfa..2e2473a702d8b685c5c3e87cb0ee5b0f30973786 100644 (file)
@@ -1,7 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * "tc" utility frontend.
- *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>