diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-03 00:00:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-03 11:51:26 +0100 |
commit | 743902c5446190d9293672e717a6933dffabcb24 (patch) | |
tree | 066c7d504098801abd1d343bb6f169144b5c4d11 /net | |
parent | c645fe9bf6ae589ff9163d6c515d3517ec2e32d5 (diff) |
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')
-rw-r--r-- | net/tipc/socket.c | 2 |
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 */ |