net/iucv: fix indentation in __iucv_message_receive()
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 1 Oct 2020 17:21:27 +0000 (19:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Oct 2020 23:51:07 +0000 (16:51 -0700)
commita29f245ec97f83f697c7442e0f1222f2ac7c9507
tree01878b642fd4ff59a6e865238b1bb4d934e34bbe
parent398999bac6ea8842706d613630f907b817f47c6d
net/iucv: fix indentation in __iucv_message_receive()

smatch complains about
net/iucv/iucv.c:1119 __iucv_message_receive() warn: inconsistent indenting

While touching this line, also make the return logic consistent and thus
get rid of a goto label.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/iucv.c