aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-30 02:24:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-30 02:24:48 +0200
commit11872cab325f99b3719bc0416401a656556d6230 (patch)
tree54c746e81463d9cf7ca3bf8f1e8ed01fc6e15904 /networking/arping.c
parentf16727ebbbb385b1bf4d03608a04f8310469cf1f (diff)
downloadbusybox-11872cab325f99b3719bc0416401a656556d6230.tar.gz
networking/*: remove superfluous comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/arping.c b/networking/arping.c
index f2b12ed04..6f6b59cfb 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -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>
*/