From: Colin Ian King Date: Thu, 2 Sep 2021 23:00:11 +0000 (+0100) Subject: tipc: clean up inconsistent indenting X-Git-Tag: io_uring-5.15-2021-09-11~7^2~34 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=743902c5446190d9293672e717a6933dffabcb24;p=linux-block.git tipc: clean up inconsistent indenting There is a statement that is indented one character too deeply, clean this up. Signed-off-by: Colin Ian King Signed-off-by: David S. Miller --- diff --git a/net/tipc/socket.c b/net/tipc/socket.c index e3105ba407c7..a0a27d87f631 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -1426,7 +1426,7 @@ static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen) if (ua) { if (!tipc_uaddr_valid(ua, m->msg_namelen)) return -EINVAL; - atype = ua->addrtype; + atype = ua->addrtype; } /* If socket belongs to a communication group follow other paths */