From: Justin P. Mattock Date: Fri, 25 Feb 2011 06:13:27 +0000 (-0800) Subject: staging: vt6656: main_usb.c remove one to many l's in the word. X-Git-Tag: firefly_0821_release~7613^2~2197^2~360 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=682a45382be47957860ac0a1eec7470a556bb30b;hp=06d278c51a072a655d7da23e3acc53f676967375;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index 56ce9be5f86a..37d639602c8b 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; }