Commit 0ffa3db9946ba2534d612d70cf40fa51fd5b63a4

Authored by Justin P. Mattock
Committed by Greg Kroah-Hartman
1 parent 3cbeb42e1e

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 <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/staging/vt6655/device_main.c
... ... @@ -3032,7 +3032,7 @@
3032 3032  
3033 3033 buffer = kmalloc(1024, GFP_KERNEL);
3034 3034 if(buffer==NULL) {
3035   - printk("alllocate mem for file fail?\n");
  3035 + printk("allocate mem for file fail?\n");
3036 3036 result = -1;
3037 3037 goto error1;
3038 3038 }