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:
Jorrit Schippers
2012-12-27 17:33:02 +01:00
committed by Jiri Kosina
parent 145bfa9d16
commit d82603c6da
19 changed files with 25 additions and 25 deletions

View 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;