diff options
author | Jorrit Schippers <jorrit@ncode.nl> | 2012-12-27 11:33:02 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-03 10:15:49 -0500 |
commit | d82603c6da7579c50ebe3fe7da6e3e267d9f6427 (patch) | |
tree | 9bf2bb015fa7171440d5cb9be2e572faa44dd488 /drivers/tty/ipwireless/hardware.c | |
parent | 145bfa9d16cb1277cc98197f9bd048feacba3b8a (diff) |
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>
Diffstat (limited to 'drivers/tty/ipwireless/hardware.c')
-rw-r--r-- | drivers/tty/ipwireless/hardware.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/ipwireless/hardware.c b/drivers/tty/ipwireless/hardware.c index b4ba0670dc54..97a511f4185d 100644 --- a/drivers/tty/ipwireless/hardware.c +++ b/drivers/tty/ipwireless/hardware.c | |||
@@ -646,7 +646,7 @@ static void queue_received_packet(struct ipw_hardware *hw, | |||
646 | (*assem) = pool_allocate(hw, *assem, length); | 646 | (*assem) = pool_allocate(hw, *assem, length); |
647 | if (!(*assem)) { | 647 | if (!(*assem)) { |
648 | printk(KERN_ERR IPWIRELESS_PCCARD_NAME | 648 | printk(KERN_ERR IPWIRELESS_PCCARD_NAME |
649 | ": no memory for incomming data packet, dropped!\n"); | 649 | ": no memory for incoming data packet, dropped!\n"); |
650 | return; | 650 | return; |
651 | } | 651 | } |
652 | (*assem)->protocol = protocol; | 652 | (*assem)->protocol = protocol; |
@@ -670,7 +670,7 @@ static void queue_received_packet(struct ipw_hardware *hw, | |||
670 | packet = pool_allocate(hw, NULL, length); | 670 | packet = pool_allocate(hw, NULL, length); |
671 | if (!packet) { | 671 | if (!packet) { |
672 | printk(KERN_ERR IPWIRELESS_PCCARD_NAME | 672 | printk(KERN_ERR IPWIRELESS_PCCARD_NAME |
673 | ": no memory for incomming ctrl packet, dropped!\n"); | 673 | ": no memory for incoming ctrl packet, dropped!\n"); |
674 | return; | 674 | return; |
675 | } | 675 | } |
676 | packet->protocol = protocol; | 676 | packet->protocol = protocol; |