aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-25 01:13:27 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 21:24:47 -0500
commit682a45382be47957860ac0a1eec7470a556bb30b (patch)
tree6d169aeef02fb98e1af332fb1b73978fa8e5be05
parent06d278c51a072a655d7da23e3acc53f676967375 (diff)
staging: vt6656: main_usb.c remove one to many l's in the word.
The patch below removes an extra "l" in the word. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/vt6656/main_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index 56ce9be5f86..37d639602c8 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -1457,7 +1457,7 @@ static unsigned char *Config_FileOperation(PSDevice pDevice)
1457 1457
1458 buffer = kmalloc(1024, GFP_KERNEL); 1458 buffer = kmalloc(1024, GFP_KERNEL);
1459 if(buffer==NULL) { 1459 if(buffer==NULL) {
1460 printk("alllocate mem for file fail?\n"); 1460 printk("allocate mem for file fail?\n");
1461 result = -1; 1461 result = -1;
1462 goto error1; 1462 goto error1;
1463 } 1463 }