From: Justin P. Mattock Date: Fri, 25 Feb 2011 06:14:42 +0000 (-0800) Subject: staging: vt6655: device_main.c remove one to many l's in the word. X-Git-Tag: v2.6.39-rc1~469^2~356 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0ffa3db9946ba2534d612d70cf40fa51fd5b63a4;p=~emulex%2Finfiniband.git staging: vt6655: device_main.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/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c index 4fbacf8fdf2..638e3916774 100644 --- a/drivers/staging/vt6655/device_main.c +++ b/drivers/staging/vt6655/device_main.c @@ -3032,7 +3032,7 @@ int Config_FileOperation(PSDevice pDevice,bool fwrite,unsigned char *Parameter) 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; }