]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/caif/caif_socket.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / net / caif / caif_socket.c
index 8184c031d028b01fdcc435d7729cda022f925535..37a4034dfc29ddbc8a1185bd3daf42ab617e30d3 100644 (file)
@@ -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;