kernel: Save some indent here and there and some small cleanup.
commit0c77d800c94ec83950e07dd52477a62e83705385
authorSascha Wildner <saw@online.de>
Thu, 9 Jun 2016 18:12:00 +0000 (9 20:12 +0200)
committerSascha Wildner <saw@online.de>
Thu, 9 Jun 2016 18:12:12 +0000 (9 20:12 +0200)
treed7de09ff720859fd656741608c1639b7e9b7a78b
parent0b21d91ca8c87b9015e6d62604dca17fd080169d
kernel: Save some indent here and there and some small cleanup.

All these are related to an inspection of the places where we do:

if (...) {
   ...
   goto blah;
} else {
   ...
}

in which case the 'else' is not needed.

I only changed places where I thought that it improves readability or
is just as readable without the 'else'.
sys/emulation/43bsd/43bsd_socket.c
sys/net/altq/altq_rmclass.c
sys/netinet/ip_input.c
sys/platform/pc64/x86_64/mp_machdep.c
sys/vfs/hpfs/hpfs_vfsops.c
sys/vfs/nfs/nfs_serv.c