summaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-12-04 11:01:55 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-12-07 17:23:24 -0500
commit0fef8f205f6f4cdff1869e54e44f317a79902785 (patch)
tree9fb4ea40b14c9433e6d1bac460c73dc8b060f199 /net/tipc/port.c
parent258f8667a29d72b1c220065632b39c0faeb061ca (diff)
downloadop-kernel-dev-0fef8f205f6f4cdff1869e54e44f317a79902785.zip
op-kernel-dev-0fef8f205f6f4cdff1869e54e44f317a79902785.tar.gz
tipc: refactor accept() code for improved readability
In TIPC's accept() routine, there is a large block of code relating to initialization of a new socket, all within an if condition checking if the allocation succeeded. Here, we simply flip the check of the if, so that the main execution path stays at the same indentation level, which improves readability. If the allocation fails, we jump to an already existing exit label. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/port.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud