aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-09-03 00:00:11 +0100
committerDavid S. Miller <davem@davemloft.net>2021-09-03 11:51:26 +0100
commit743902c5446190d9293672e717a6933dffabcb24 (patch)
tree066c7d504098801abd1d343bb6f169144b5c4d11 /net/tipc/socket.c
parentskbuff: clean up inconsistent indenting (diff)
downloadlinux-dev-743902c5446190d9293672e717a6933dffabcb24.tar.xz
linux-dev-743902c5446190d9293672e717a6933dffabcb24.zip
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 <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r--net/tipc/socket.c2
1 files changed, 1 insertions, 1 deletions
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 */