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 (ua) {
|
||||||
if (!tipc_uaddr_valid(ua, m->msg_namelen))
|
if (!tipc_uaddr_valid(ua, m->msg_namelen))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
atype = ua->addrtype;
|
atype = ua->addrtype;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If socket belongs to a communication group follow other paths */
|
/* If socket belongs to a communication group follow other paths */
|
||||||
|
|
Loading…
Reference in New Issue