aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-24 22:13:27 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 18:24:47 -0800
commit682a45382be47957860ac0a1eec7470a556bb30b (patch)
tree6d169aeef02fb98e1af332fb1b73978fa8e5be05
parent06d278c51a072a655d7da23e3acc53f676967375 (diff)
downloadkernel_samsung_smdk4412-682a45382be47957860ac0a1eec7470a556bb30b.zip
kernel_samsung_smdk4412-682a45382be47957860ac0a1eec7470a556bb30b.tar.gz
kernel_samsung_smdk4412-682a45382be47957860ac0a1eec7470a556bb30b.tar.bz2
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 56ce9be..37d6396 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)
buffer = kmalloc(1024, GFP_KERNEL);
if(buffer==NULL) {
- printk("alllocate mem for file fail?\n");
+ printk("allocate mem for file fail?\n");
result = -1;
goto error1;
}