From a02a4e98306194dc12bca46d099647bcce602bb9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Oct 2017 15:19:25 +0200 Subject: whitespace and comment format fixes, no code changes Signed-off-by: Denys Vlasenko --- coreutils/basename.c | 1 - coreutils/fold.c | 3 ++- coreutils/libcoreutils/coreutils.h | 1 - coreutils/libcoreutils/cp_mv_stat.c | 2 -- coreutils/libcoreutils/getopt_mk_fifo_nod.c | 2 -- coreutils/mktemp.c | 2 -- coreutils/nohup.c | 3 ++- coreutils/printf.c | 3 ++- coreutils/realpath.c | 3 ++- coreutils/stty.c | 3 ++- coreutils/tr.c | 2 +- coreutils/uname.c | 3 ++- coreutils/unlink.c | 3 ++- coreutils/who.c | 4 +--- libbb/appletlib.c | 1 - networking/ifconfig.c | 5 ++--- networking/libiproute/ip_parse_common_args.c | 1 - networking/libiproute/ipaddress.c | 1 - networking/libiproute/iproute.c | 1 - networking/libiproute/iprule.c | 1 - networking/libiproute/iptunnel.c | 1 - networking/libiproute/ll_addr.c | 2 -- networking/libiproute/rtm_map.c | 2 -- networking/libiproute/utils.c | 1 - networking/nc.c | 3 ++- networking/route.c | 4 ++-- networking/telnet.c | 1 - networking/zcip.c | 1 - 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 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) * * 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 @@ /* vi: set sw=4 ts=4: */ -/* fold -- wrap each input line to fit in specified width. +/* + * fold -- wrap each input line to fit in specified width. * * Written by David MacKenzie, djm@gnu.ai.mit.edu. * 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 @@ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - #ifndef COREUTILS_H #define COREUTILS_H 1 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 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ - #include "libbb.h" #include "coreutils.h" 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 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ - #include "libbb.h" #include "coreutils.h" 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 @@ /* * Mini mktemp implementation for busybox * - * * Copyright (C) 2000 by Daniel Jacobowitz * Written by Daniel Jacobowitz * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* Coreutils 6.12 man page says: * mktemp [OPTION]... [TEMPLATE] * 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 @@ /* vi: set sw=4 ts=4: */ -/* nohup - invoke a utility immune to hangups. +/* + * nohup - invoke a utility immune to hangups. * * Busybox version based on nohup specification at * 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 @@ /* vi: set sw=4 ts=4: */ -/* printf - format and print data +/* + * printf - format and print data * * Copyright 1999 Dave Cinege * 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 @@ /* vi: set sw=4 ts=4: */ -/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) +/* + * Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) * * Now does proper error checking on output and returns a failure exit code * 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 @@ /* vi: set sw=4 ts=4: */ -/* stty -- change and print terminal line settings +/* + * stty -- change and print terminal line settings * Copyright (C) 1990-1999 Free Software Foundation, Inc. * * 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 @@ /* * Mini tr implementation for busybox * - ** Copyright (c) 1987,1997, Prentice Hall All rights reserved. + * Copyright (c) 1987,1997, Prentice Hall All rights reserved. * * The name of Prentice Hall may not be used to endorse or promote * 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 @@ /* vi: set sw=4 ts=4: */ -/* uname -- print system information +/* + * uname -- print system information * Copyright (C) 1989-1999 Free Software Foundation, Inc. * * 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 @@ /* vi: set sw=4 ts=4: */ -/* unlink for busybox +/* + * unlink for busybox * * Copyright (C) 2014 Isaac Dunham * 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 @@ /* vi: set sw=4 ts=4: */ -/*---------------------------------------------------------------------- +/* * Mini who is used to display user name, login time, * idle time and host name. * @@ -13,8 +13,6 @@ * Copyright (c) 2002 AYR Networks, Inc. * * Licensed under GPLv2 or later, see file LICENSE in this source tree. - * - *---------------------------------------------------------------------- */ //config:config WHO //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 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* We are trying to not use printf, this benefits the case when selected * applets are really simple. Example: * 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 @@ /* vi: set sw=4 ts=4: */ -/* ifconfig +/* + * ifconfig * * Similar to the standard Unix ifconfig, but with only the necessary * parts for AF_INET, and without any printing of if info (for now). * * Bjorn Wesen, Axis Communications AB * - * * Authors of the original ifconfig was: * Fred N. van Kempen, * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* * Heavily modified by Manuel Novoa III Mar 6, 2001 * 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 @@ * * Rani Assaf 980929: resolve addresses */ - #include "ip_common.h" /* #include "libbb.h" is inside */ #include "utils.h" 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 @@ * Changes: * Laszlo Valko 990223: address label must be zero terminated */ - #include #include #include 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 @@ * Rani Assaf 980929: resolve addresses * Kunihiro Ishiguro 001102: rtnh_ifindex was not initialized */ - #include "ip_common.h" /* #include "libbb.h" is inside */ #include "common_bufsiz.h" #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 @@ * Rani Assaf 980929: resolve addresses * initially integrated into busybox by Bernhard Reutner-Fischer */ - #include #include #include 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 @@ * Rani Assaf 980930: do not allow key for ipip/sit * Phil Karn 990408: "pmtudisc" flag */ - #include #include #include 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 @@ * * Authors: Alexey Kuznetsov, */ - #include #include "libbb.h" #include "rt_names.h" #include "utils.h" - const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) { 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 @@ * * Authors: Alexey Kuznetsov, */ - #include "libbb.h" #include "rt_names.h" #include "utils.h" @@ -44,7 +43,6 @@ const char* FAST_FUNC rtnl_rtntype_n2a(int id) } } - int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg) { 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 @@ * * Rani Assaf 980929: resolve addresses */ - #include "libbb.h" #include "utils.h" #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 @@ /* vi: set sw=4 ts=4: */ -/* nc: mini-netcat - built from the ground up for LRP +/* + * nc: mini-netcat - built from the ground up for LRP * * Copyright (C) 1998, 1999 Charles P. Wright * 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 @@ /* vi: set sw=4 ts=4: */ -/* route +/* + * route * * Similar to the standard Unix route, but with only the necessary * parts for AF_INET and AF_INET6 @@ -18,7 +19,6 @@ * * IPV6 support added by Bart Visscher */ - /* 2004/03/09 Manuel Novoa III * * 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 @@ * * Modified 2004/02/11 to add ability to pass the USER variable to remote host * by Fernando Silveira - * */ //config:config TELNET //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 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - /* * ZCIP just manages the 169.254.*.* addresses. That network is not * routed at the IP level, though various proxies or bridges can -- cgit v1.2.3