Clean up: fix a few spurious white space issues in support/nfs/rpcmisc.c. Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- support/nfs/rpcmisc.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/support/nfs/rpcmisc.c b/support/nfs/rpcmisc.c index 09bbbb7..9b95e69 100644 --- a/support/nfs/rpcmisc.c +++ b/support/nfs/rpcmisc.c @@ -1,9 +1,8 @@ /* - * support/nfs/rpcmisc.c + * Miscellaneous functions for RPC service startup and shutdown. * - * Miscellaneous functions for RPC startup and shutdown. * This code is partially snarfed from rpcgen -s tcp -s udp, - * partly written by Mark Shand, Donald Becker, and Rick + * partly written by Mark Shand, Donald Becker, and Rick * Sladkey. It was tweaked slightly by Olaf Kirch to be * usable by both unfsd and mountd. * @@ -122,7 +121,7 @@ rpc_init(char *name, int prog, int vers, sock = 0; if (getsockname(0, (struct sockaddr *) &saddr, &asize) == 0 && saddr.sin_family == AF_INET) { - socklen_t ssize = sizeof (int); + socklen_t ssize = sizeof(int); int fdtype = 0; if (getsockopt(0, SOL_SOCKET, SO_TYPE, (char *)&fdtype, &ssize) == -1) @@ -142,7 +141,7 @@ rpc_init(char *name, int prog, int vers, if ((_rpcfdtype == 0) || (_rpcfdtype == SOCK_DGRAM)) { static SVCXPRT *last_transp = NULL; - + if (_rpcpmstart == 0) { if (last_transp && (!defport || defport == last_transp->xp_port)) { @@ -197,7 +196,7 @@ rpc_init(char *name, int prog, int vers, } if (_rpcpmstart) { - signal (SIGALRM, closedown); - alarm (_RPCSVC_CLOSEDOWN); + signal(SIGALRM, closedown); + alarm(_RPCSVC_CLOSEDOWN); } } -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html