[PATCH] ipw2200: Fix a typo
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>
This commit is contained in:
parent
aac40ceb8f
commit
90c009ac30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue