projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac40ce
)
[PATCH] ipw2200: Fix a typo
author
Zhu Yi
<yi.zhu@intel.com>
Tue, 5 Dec 2006 06:41:32 +0000
(14:41 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 6 Dec 2006 00:31:33 +0000
(19:31 -0500)
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>
drivers/net/wireless/ipw2100.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/ipw2100.c
b/drivers/net/wireless/ipw2100.c
index 79607b8b877ce74e849e87a22c1a6290ce3c8376..060018e084b4d4ebd65e2c37b5fc50a270f52d8c 100644
(file)
--- 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,
/* Allocate and initialize the Tx/Rx queues and lists */
if (ipw2100_queues_allocate(priv)) {
printk(KERN_WARNING DRV_NAME
- "Error cal
il
ng ipw2100_queues_allocate.\n");
+ "Error cal
li
ng ipw2100_queues_allocate.\n");
err = -ENOMEM;
goto fail;
}