diff options
author | Zhu Yi <yi.zhu@intel.com> | 2006-12-05 01:41:32 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-12-05 19:31:33 -0500 |
commit | 90c009ac30318e607d4f17ba1afb9cbac7fa2954 (patch) | |
tree | 74f15458809ce79cf50cb57d2aef3e1ef7b3e8ae /drivers/net/wireless | |
parent | aac40ceb8ff72fff1d6d5ad2607d7b01045d59a6 (diff) |
[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>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ipw2100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index 79607b8b877c..060018e084b4 100644 --- a/drivers/net/wireless/ipw2100.c +++ b/drivers/net/wireless/ipw2100.c | |||
@@ -6215,7 +6215,7 @@ static int ipw2100_pci_init_one(struct pci_dev *pci_dev, | |||
6215 | /* Allocate and initialize the Tx/Rx queues and lists */ | 6215 | /* Allocate and initialize the Tx/Rx queues and lists */ |
6216 | if (ipw2100_queues_allocate(priv)) { | 6216 | if (ipw2100_queues_allocate(priv)) { |
6217 | printk(KERN_WARNING DRV_NAME | 6217 | printk(KERN_WARNING DRV_NAME |
6218 | "Error calilng ipw2100_queues_allocate.\n"); | 6218 | "Error calling ipw2100_queues_allocate.\n"); |
6219 | err = -ENOMEM; | 6219 | err = -ENOMEM; |
6220 | goto fail; | 6220 | goto fail; |
6221 | } | 6221 | } |