OSDN Git Service

iucv: af_iucv.c: Couple of typo fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 26 Mar 2021 23:12:42 +0000 (04:42 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:31:13 +0000 (17:31 -0700)
s/unitialized/uninitialized/
s/notifcations/notifications/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/af_iucv.c

index 6092d5c..0fdb389 100644 (file)
@@ -621,7 +621,7 @@ static int iucv_sock_bind(struct socket *sock, struct sockaddr *addr,
        for_each_netdev_rcu(&init_net, dev) {
                if (!memcmp(dev->perm_addr, uid, 8)) {
                        memcpy(iucv->src_user_id, sa->siucv_user_id, 8);
-                       /* Check for unitialized siucv_name */
+                       /* Check for uninitialized siucv_name */
                        if (strncmp(sa->siucv_name, "        ", 8) == 0)
                                __iucv_auto_name(iucv);
                        else
@@ -2134,7 +2134,7 @@ static int afiucv_hs_rcv(struct sk_buff *skb, struct net_device *dev,
 }
 
 /**
- * afiucv_hs_callback_txnotify() - handle send notifcations from HiperSockets
+ * afiucv_hs_callback_txnotify() - handle send notifications from HiperSockets
  *                                 transport
  **/
 static void afiucv_hs_callback_txnotify(struct sock *sk, enum iucv_tx_notify n)