aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-09-02 23:00:11 +0000
committerDavid S. Miller <[email protected]>2021-09-03 10:51:26 +0000
commit743902c5446190d9293672e717a6933dffabcb24 (patch)
tree066c7d504098801abd1d343bb6f169144b5c4d11 /net/tipc/socket.c
parentskbuff: clean up inconsistent indenting (diff)
downloadkernel-743902c5446190d9293672e717a6933dffabcb24.tar.gz
kernel-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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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 */