mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
c645fe9bf6
commit
743902c544
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user