treewide: Replace incomming with incoming in all comments and strings
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
145bfa9d16
commit
d82603c6da
@@ -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;
|
||||
|
Reference in New Issue
Block a user