X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fcaif%2Fcaif_socket.c;h=37a4034dfc29ddbc8a1185bd3daf42ab617e30d3;hb=78fab4c04c76b8c9327541bd270f82b85b42bbf7;hp=8184c031d028b01fdcc435d7729cda022f925535;hpb=0f54088aac3fc744cae0cbc4f021fc377e48a00c;p=~andy%2Flinux diff --git a/net/caif/caif_socket.c b/net/caif/caif_socket.c index 8184c031d02..37a4034dfc2 100644 --- a/net/caif/caif_socket.c +++ b/net/caif/caif_socket.c @@ -852,7 +852,7 @@ static int caif_connect(struct socket *sock, struct sockaddr *uaddr, sock->state = SS_CONNECTING; sk->sk_state = CAIF_CONNECTING; - /* Check priority value comming from socket */ + /* Check priority value coming from socket */ /* if priority value is out of range it will be ajusted */ if (cf_sk->sk.sk_priority > CAIF_PRIO_MAX) cf_sk->conn_req.priority = CAIF_PRIO_MAX;