Skip to content

Commit

Permalink
[PATCH] ipw2200: Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Terjan <pterjan@gmail.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Zhu Yi authored and John W. Linville committed Dec 6, 2006
1 parent aac40ce commit 90c009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -6215,7 +6215,7 @@ static int ipw2100_pci_init_one(struct pci_dev *pci_dev,
/* Allocate and initialize the Tx/Rx queues and lists */
if (ipw2100_queues_allocate(priv)) {
printk(KERN_WARNING DRV_NAME
"Error calilng ipw2100_queues_allocate.\n");
"Error calling ipw2100_queues_allocate.\n");
err = -ENOMEM;
goto fail;
}
Expand Down

0 comments on commit 90c009a

Please sign in to comment.