treewide: Replace incomming with incoming in all comments and strings
[firefly-linux-kernel-4.4.55.git] / drivers / tty / ipwireless / hardware.c
index b4ba0670dc547d8f332de158d9ea8295d5a10c8a..97a511f4185df58d0dbe06db372b020d1890c5cb 100644 (file)
@@ -646,7 +646,7 @@ static void queue_received_packet(struct ipw_hardware *hw,
                (*assem) = pool_allocate(hw, *assem, length);
                if (!(*assem)) {
                        printk(KERN_ERR IPWIRELESS_PCCARD_NAME
-                               ": no memory for incomming data packet, dropped!\n");
+                               ": no memory for incoming data packet, dropped!\n");
                        return;
                }
                (*assem)->protocol = protocol;
@@ -670,7 +670,7 @@ static void queue_received_packet(struct ipw_hardware *hw,
                packet = pool_allocate(hw, NULL, length);
                if (!packet) {
                        printk(KERN_ERR IPWIRELESS_PCCARD_NAME
-                               ": no memory for incomming ctrl packet, dropped!\n");
+                               ": no memory for incoming ctrl packet, dropped!\n");
                        return;
                }
                packet->protocol = protocol;