aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-10-05 15:19:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-10-05 15:19:25 +0200
commita02a4e98306194dc12bca46d099647bcce602bb9 (patch)
tree7bc5ff1de66d28dd4124306218a84d097ef36009
parent416899fca6c8b7a09ec301e1a961459bb3b6c139 (diff)
downloadbusybox-w32-a02a4e98306194dc12bca46d099647bcce602bb9.tar.gz
busybox-w32-a02a4e98306194dc12bca46d099647bcce602bb9.tar.bz2
busybox-w32-a02a4e98306194dc12bca46d099647bcce602bb9.zip
whitespace and comment format fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--coreutils/basename.c1
-rw-r--r--coreutils/fold.c3
-rw-r--r--coreutils/libcoreutils/coreutils.h1
-rw-r--r--coreutils/libcoreutils/cp_mv_stat.c2
-rw-r--r--coreutils/libcoreutils/getopt_mk_fifo_nod.c2
-rw-r--r--coreutils/mktemp.c2
-rw-r--r--coreutils/nohup.c3
-rw-r--r--coreutils/printf.c3
-rw-r--r--coreutils/realpath.c3
-rw-r--r--coreutils/stty.c3
-rw-r--r--coreutils/tr.c2
-rw-r--r--coreutils/uname.c3
-rw-r--r--coreutils/unlink.c3
-rw-r--r--coreutils/who.c4
-rw-r--r--libbb/appletlib.c1
-rw-r--r--networking/ifconfig.c5
-rw-r--r--networking/libiproute/ip_parse_common_args.c1
-rw-r--r--networking/libiproute/ipaddress.c1
-rw-r--r--networking/libiproute/iproute.c1
-rw-r--r--networking/libiproute/iprule.c1
-rw-r--r--networking/libiproute/iptunnel.c1
-rw-r--r--networking/libiproute/ll_addr.c2
-rw-r--r--networking/libiproute/rtm_map.c2
-rw-r--r--networking/libiproute/utils.c1
-rw-r--r--networking/nc.c3
-rw-r--r--networking/route.c4
-rw-r--r--networking/telnet.c1
-rw-r--r--networking/zcip.c1
28 files changed, 22 insertions, 38 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c
index 566aeebda..812a5e63e 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -6,7 +6,6 @@
6 * 6 *
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9
10/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) 9/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
11 * 10 *
12 * Changes: 11 * Changes:
diff --git a/coreutils/fold.c b/coreutils/fold.c
index 578e5a4b6..1e26dde0c 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* fold -- wrap each input line to fit in specified width. 2/*
3 * fold -- wrap each input line to fit in specified width.
3 * 4 *
4 * Written by David MacKenzie, djm@gnu.ai.mit.edu. 5 * Written by David MacKenzie, djm@gnu.ai.mit.edu.
5 * Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. 6 * Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h
index 307d0330a..ad102e423 100644
--- a/coreutils/libcoreutils/coreutils.h
+++ b/coreutils/libcoreutils/coreutils.h
@@ -2,7 +2,6 @@
2/* 2/*
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
4 */ 4 */
5
6#ifndef COREUTILS_H 5#ifndef COREUTILS_H
7#define COREUTILS_H 1 6#define COREUTILS_H 1
8 7
diff --git a/coreutils/libcoreutils/cp_mv_stat.c b/coreutils/libcoreutils/cp_mv_stat.c
index 5ba07ecc3..26c0e1645 100644
--- a/coreutils/libcoreutils/cp_mv_stat.c
+++ b/coreutils/libcoreutils/cp_mv_stat.c
@@ -17,9 +17,7 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 */ 20 */
22
23#include "libbb.h" 21#include "libbb.h"
24#include "coreutils.h" 22#include "coreutils.h"
25 23
diff --git a/coreutils/libcoreutils/getopt_mk_fifo_nod.c b/coreutils/libcoreutils/getopt_mk_fifo_nod.c
index 47375ff91..dafe70edf 100644
--- a/coreutils/libcoreutils/getopt_mk_fifo_nod.c
+++ b/coreutils/libcoreutils/getopt_mk_fifo_nod.c
@@ -17,9 +17,7 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 */ 20 */
22
23#include "libbb.h" 21#include "libbb.h"
24#include "coreutils.h" 22#include "coreutils.h"
25 23
diff --git a/coreutils/mktemp.c b/coreutils/mktemp.c
index d4ff883fa..c041fedf7 100644
--- a/coreutils/mktemp.c
+++ b/coreutils/mktemp.c
@@ -2,13 +2,11 @@
2/* 2/*
3 * Mini mktemp implementation for busybox 3 * Mini mktemp implementation for busybox
4 * 4 *
5 *
6 * Copyright (C) 2000 by Daniel Jacobowitz 5 * Copyright (C) 2000 by Daniel Jacobowitz
7 * Written by Daniel Jacobowitz <dan@debian.org> 6 * Written by Daniel Jacobowitz <dan@debian.org>
8 * 7 *
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 9 */
11
12/* Coreutils 6.12 man page says: 10/* Coreutils 6.12 man page says:
13 * mktemp [OPTION]... [TEMPLATE] 11 * mktemp [OPTION]... [TEMPLATE]
14 * Create a temporary file or directory, safely, and print its name. If 12 * Create a temporary file or directory, safely, and print its name. If
diff --git a/coreutils/nohup.c b/coreutils/nohup.c
index 8a70ec4df..ae136e085 100644
--- a/coreutils/nohup.c
+++ b/coreutils/nohup.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* nohup - invoke a utility immune to hangups. 2/*
3 * nohup - invoke a utility immune to hangups.
3 * 4 *
4 * Busybox version based on nohup specification at 5 * Busybox version based on nohup specification at
5 * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html 6 * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html
diff --git a/coreutils/printf.c b/coreutils/printf.c
index 413273b26..a666ff7ac 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* printf - format and print data 2/*
3 * printf - format and print data
3 * 4 *
4 * Copyright 1999 Dave Cinege 5 * Copyright 1999 Dave Cinege
5 * Portions copyright (C) 1990-1996 Free Software Foundation, Inc. 6 * Portions copyright (C) 1990-1996 Free Software Foundation, Inc.
diff --git a/coreutils/realpath.c b/coreutils/realpath.c
index f9c630135..aa878fcd2 100644
--- a/coreutils/realpath.c
+++ b/coreutils/realpath.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) 2/*
3 * Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
3 * 4 *
4 * Now does proper error checking on output and returns a failure exit code 5 * Now does proper error checking on output and returns a failure exit code
5 * if one or more paths cannot be resolved. 6 * if one or more paths cannot be resolved.
diff --git a/coreutils/stty.c b/coreutils/stty.c
index df23f4cae..424d909cf 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* stty -- change and print terminal line settings 2/*
3 * stty -- change and print terminal line settings
3 * Copyright (C) 1990-1999 Free Software Foundation, Inc. 4 * Copyright (C) 1990-1999 Free Software Foundation, Inc.
4 * 5 *
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 6 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
diff --git a/coreutils/tr.c b/coreutils/tr.c
index c5872434a..10284e1c9 100644
--- a/coreutils/tr.c
+++ b/coreutils/tr.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini tr implementation for busybox 3 * Mini tr implementation for busybox
4 * 4 *
5 ** Copyright (c) 1987,1997, Prentice Hall All rights reserved. 5 * Copyright (c) 1987,1997, Prentice Hall All rights reserved.
6 * 6 *
7 * The name of Prentice Hall may not be used to endorse or promote 7 * The name of Prentice Hall may not be used to endorse or promote
8 * products derived from this software without specific prior 8 * products derived from this software without specific prior
diff --git a/coreutils/uname.c b/coreutils/uname.c
index bb2d1fe8d..57039b1bf 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* uname -- print system information 2/*
3 * uname -- print system information
3 * Copyright (C) 1989-1999 Free Software Foundation, Inc. 4 * Copyright (C) 1989-1999 Free Software Foundation, Inc.
4 * 5 *
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 6 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
diff --git a/coreutils/unlink.c b/coreutils/unlink.c
index 56309b1c7..61b108a84 100644
--- a/coreutils/unlink.c
+++ b/coreutils/unlink.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* unlink for busybox 2/*
3 * unlink for busybox
3 * 4 *
4 * Copyright (C) 2014 Isaac Dunham <ibid.ag@gmail.com> 5 * Copyright (C) 2014 Isaac Dunham <ibid.ag@gmail.com>
5 * 6 *
diff --git a/coreutils/who.c b/coreutils/who.c
index cfe0c921e..80226c3d6 100644
--- a/coreutils/who.c
+++ b/coreutils/who.c
@@ -1,5 +1,5 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*---------------------------------------------------------------------- 2/*
3 * Mini who is used to display user name, login time, 3 * Mini who is used to display user name, login time,
4 * idle time and host name. 4 * idle time and host name.
5 * 5 *
@@ -13,8 +13,6 @@
13 * Copyright (c) 2002 AYR Networks, Inc. 13 * Copyright (c) 2002 AYR Networks, Inc.
14 * 14 *
15 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 15 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
16 *
17 *----------------------------------------------------------------------
18 */ 16 */
19//config:config WHO 17//config:config WHO
20//config: bool "who (3.7 kb)" 18//config: bool "who (3.7 kb)"
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index cbca7ef17..022455da4 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -11,7 +11,6 @@
11 * 11 *
12 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 12 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
13 */ 13 */
14
15/* We are trying to not use printf, this benefits the case when selected 14/* We are trying to not use printf, this benefits the case when selected
16 * applets are really simple. Example: 15 * applets are really simple. Example:
17 * 16 *
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index d1e9c58dc..61d91788a 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -1,18 +1,17 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* ifconfig 2/*
3 * ifconfig
3 * 4 *
4 * Similar to the standard Unix ifconfig, but with only the necessary 5 * Similar to the standard Unix ifconfig, but with only the necessary
5 * parts for AF_INET, and without any printing of if info (for now). 6 * parts for AF_INET, and without any printing of if info (for now).
6 * 7 *
7 * Bjorn Wesen, Axis Communications AB 8 * Bjorn Wesen, Axis Communications AB
8 * 9 *
9 *
10 * Authors of the original ifconfig was: 10 * Authors of the original ifconfig was:
11 * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> 11 * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
12 * 12 *
13 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 13 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
14 */ 14 */
15
16/* 15/*
17 * Heavily modified by Manuel Novoa III Mar 6, 2001 16 * Heavily modified by Manuel Novoa III Mar 6, 2001
18 * 17 *
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c
index 1a298f738..d693c54fa 100644
--- a/networking/libiproute/ip_parse_common_args.c
+++ b/networking/libiproute/ip_parse_common_args.c
@@ -11,7 +11,6 @@
11 * 11 *
12 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses 12 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
13 */ 13 */
14
15#include "ip_common.h" /* #include "libbb.h" is inside */ 14#include "ip_common.h" /* #include "libbb.h" is inside */
16#include "utils.h" 15#include "utils.h"
17 16
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c
index 36d6b65c6..921ecf0d9 100644
--- a/networking/libiproute/ipaddress.c
+++ b/networking/libiproute/ipaddress.c
@@ -7,7 +7,6 @@
7 * Changes: 7 * Changes:
8 * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated 8 * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated
9 */ 9 */
10
11#include <fnmatch.h> 10#include <fnmatch.h>
12#include <net/if.h> 11#include <net/if.h>
13#include <net/if_arp.h> 12#include <net/if_arp.h>
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c
index 6a41b8331..e8b26cb2f 100644
--- a/networking/libiproute/iproute.c
+++ b/networking/libiproute/iproute.c
@@ -9,7 +9,6 @@
9 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses 9 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
10 * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized 10 * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized
11 */ 11 */
12
13#include "ip_common.h" /* #include "libbb.h" is inside */ 12#include "ip_common.h" /* #include "libbb.h" is inside */
14#include "common_bufsiz.h" 13#include "common_bufsiz.h"
15#include "rt_names.h" 14#include "rt_names.h"
diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c
index 1bb5e759e..9938b4793 100644
--- a/networking/libiproute/iprule.c
+++ b/networking/libiproute/iprule.c
@@ -12,7 +12,6 @@
12 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses 12 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
13 * initially integrated into busybox by Bernhard Reutner-Fischer 13 * initially integrated into busybox by Bernhard Reutner-Fischer
14 */ 14 */
15
16#include <netinet/in.h> 15#include <netinet/in.h>
17#include <netinet/ip.h> 16#include <netinet/ip.h>
18#include <arpa/inet.h> 17#include <arpa/inet.h>
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c
index eb136e435..4002feb78 100644
--- a/networking/libiproute/iptunnel.c
+++ b/networking/libiproute/iptunnel.c
@@ -10,7 +10,6 @@
10 * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit 10 * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit
11 * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag 11 * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag
12 */ 12 */
13
14#include <netinet/ip.h> 13#include <netinet/ip.h>
15#include <net/if.h> 14#include <net/if.h>
16#include <net/if_arp.h> 15#include <net/if_arp.h>
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c
index 33a54ea6c..afdd81ffb 100644
--- a/networking/libiproute/ll_addr.c
+++ b/networking/libiproute/ll_addr.c
@@ -7,14 +7,12 @@
7 * 7 *
8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
9 */ 9 */
10
11#include <net/if_arp.h> 10#include <net/if_arp.h>
12 11
13#include "libbb.h" 12#include "libbb.h"
14#include "rt_names.h" 13#include "rt_names.h"
15#include "utils.h" 14#include "utils.h"
16 15
17
18const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) 16const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen)
19{ 17{
20 int i; 18 int i;
diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c
index c763da049..e94c99ab6 100644
--- a/networking/libiproute/rtm_map.c
+++ b/networking/libiproute/rtm_map.c
@@ -7,7 +7,6 @@
7 * 7 *
8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
9 */ 9 */
10
11#include "libbb.h" 10#include "libbb.h"
12#include "rt_names.h" 11#include "rt_names.h"
13#include "utils.h" 12#include "utils.h"
@@ -44,7 +43,6 @@ const char* FAST_FUNC rtnl_rtntype_n2a(int id)
44 } 43 }
45} 44}
46 45
47
48int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg) 46int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg)
49{ 47{
50 static const char keywords[] ALIGN1 = 48 static const char keywords[] ALIGN1 =
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c
index fca167ac6..bf053a54b 100644
--- a/networking/libiproute/utils.c
+++ b/networking/libiproute/utils.c
@@ -8,7 +8,6 @@
8 * 8 *
9 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses 9 * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
10 */ 10 */
11
12#include "libbb.h" 11#include "libbb.h"
13#include "utils.h" 12#include "utils.h"
14#include "inet_common.h" 13#include "inet_common.h"
diff --git a/networking/nc.c b/networking/nc.c
index f7fc9741f..b208f46c6 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* nc: mini-netcat - built from the ground up for LRP 2/*
3 * nc: mini-netcat - built from the ground up for LRP
3 * 4 *
4 * Copyright (C) 1998, 1999 Charles P. Wright 5 * Copyright (C) 1998, 1999 Charles P. Wright
5 * Copyright (C) 1998 Dave Cinege 6 * Copyright (C) 1998 Dave Cinege
diff --git a/networking/route.c b/networking/route.c
index 32789eecc..6edc0f6d7 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* route 2/*
3 * route
3 * 4 *
4 * Similar to the standard Unix route, but with only the necessary 5 * Similar to the standard Unix route, but with only the necessary
5 * parts for AF_INET and AF_INET6 6 * parts for AF_INET and AF_INET6
@@ -18,7 +19,6 @@
18 * 19 *
19 * IPV6 support added by Bart Visscher <magick@linux-fan.com> 20 * IPV6 support added by Bart Visscher <magick@linux-fan.com>
20 */ 21 */
21
22/* 2004/03/09 Manuel Novoa III <mjn3@codepoet.org> 22/* 2004/03/09 Manuel Novoa III <mjn3@codepoet.org>
23 * 23 *
24 * Rewritten to fix several bugs, add additional error checking, and 24 * Rewritten to fix several bugs, add additional error checking, and
diff --git a/networking/telnet.c b/networking/telnet.c
index 1f8a44466..8b0df7f5c 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -18,7 +18,6 @@
18 * <jam@ltsp.org> 18 * <jam@ltsp.org>
19 * Modified 2004/02/11 to add ability to pass the USER variable to remote host 19 * Modified 2004/02/11 to add ability to pass the USER variable to remote host
20 * by Fernando Silveira <swrh@gmx.net> 20 * by Fernando Silveira <swrh@gmx.net>
21 *
22 */ 21 */
23//config:config TELNET 22//config:config TELNET
24//config: bool "telnet (8.7 kb)" 23//config: bool "telnet (8.7 kb)"
diff --git a/networking/zcip.c b/networking/zcip.c
index 55440285f..94e49adcb 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -8,7 +8,6 @@
8 * 8 *
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11
12/* 11/*
13 * ZCIP just manages the 169.254.*.* addresses. That network is not 12 * ZCIP just manages the 169.254.*.* addresses. That network is not
14 * routed at the IP level, though various proxies or bridges can 13 * routed at the IP level, though various proxies or bridges can