From: Colin Ian King Date: Thu, 2 Sep 2021 23:00:11 +0000 (+0100) Subject: tipc: clean up inconsistent indenting X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=743902c5446190d9293672e717a6933dffabcb24;p=linux.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 e3105ba407c7a..a0a27d87f6312 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 */