Explorar o código

drivers: vhost: vsock: fixed a brace coding style issue

Fixed a coding style issue.

Signed-off-by: Vaibhav Murkute <vaibhavmurkute88@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Vaibhav Murkute %!s(int64=7) %!d(string=hai) anos
pai
achega
ff3c1b1a81
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      drivers/vhost/vsock.c

+ 2 - 2
drivers/vhost/vsock.c

@@ -61,9 +61,9 @@ static struct vhost_vsock *__vhost_vsock_get(u32 guest_cid)
 		if (other_cid == 0)
 			continue;
 
-		if (other_cid == guest_cid) {
+		if (other_cid == guest_cid)
 			return vsock;
-		}
+
 	}
 
 	return NULL;